Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'main'

1997318 - binary_tree main function: main binary tree void fxp m1o2 elsf captinmichael adt binary_tree.c binary_tree datastructre binary_tree.h
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <conio.h>
  4. #include <math.h>
  5. #include <time.h>
  6. #include "BinaryTree.h"
  7.  
  8.  
  9.  
904206 - Layout: main layout box
  1. <!--Start Head-->
  2.  
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  4.  
  5. <title>House on the haunted hill > [page_name]</title>
  6. <style type="text/css">
  7.  
613894 - main.c: main
  1. #include <pspdisplay.h>
  2. #include <pspctrl.h> // Allows us to read input from the PSP's keys
  3. #include <pspkernel.h>
  4. #include <pspdisplay.h>
  5. #include <pspdebug.h>
  6. #include <pspgu.h>
  7. #include <png.h> // <Manipulate the PNG Image files
  8. #include <stdio.h> // Has some C functions (sprintf() to parse strings)
  9.  
613884 - main.c: main
  1. #include <pspdisplay.h>
  2. #include <pspctrl.h> // Allows us to read input from the PSP's keys
  3. #include <pspkernel.h>
  4. #include <pspdisplay.h>
  5. #include <pspdebug.h>
  6. #include <pspgu.h>
  7. #include <png.h> // <Manipulate the PNG Image files
  8. #include <stdio.h> // Has some C functions (sprintf() to parse strings)
  9.  
613875 - main.c: main
  1. #include <pspdisplay.h>
  2. #include <pspctrl.h> // Allows us to read input from the PSP's keys
  3. #include <pspkernel.h>
  4. #include <pspdisplay.h>
  5. #include <pspdebug.h>
  6. #include <pspgu.h>
  7. #include <png.h> // <Manipulate the PNG Image files
  8. #include <stdio.h> // Has some C functions (sprintf() to parse strings)
  9.  
589694 - Example file (HELP): c help functions main
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5.                    int firstNumber, secondNumber, yesOrno;
  6.                    std::cout << "\nEnter two numbers.\nFirst: ";
  7.                    std::cin >> firstNumber;
  8.                    std::cout << "Second: ";
  9.  
589678 - Example file (HELP): c help functions main
  1. #include <iostream>
  2.  
  3. void PlayAgain()
  4. {
  5.      int yesOrno = 0; while(yesOrno == 0) { std::cout << "Play again?(0=Yes 1=No)\n";}
  6.      std::cin >> yesOrno;
  7.      if (yesOrno == 0)
  8.      std::cout << "Ok! You can play again!\n";
  9.  
fantasy-obligation
fantasy-obligation