Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. //-----------------------------------------------------------------------------
  2. //
  3. // ---------
  4. //
  5. // General :
  6. //
  7. // Parameters :
  8. //
  9. // Return Value :
  10. //
  11. //-----------------------------------------------------------------------------
  12.  
  13.  
  14.  
  15.  
  16. // File.cpp
  17.  
  18. #include <iostream>
  19. #include <fstream>
  20.  
  21. using namespace std;
  22.  
  23. // Global const definition
  24.  
  25. // Global variable definition
  26.  
  27. // Function prototypes
  28.  
  29. //-----------------------------------------------------------------------------
  30. // Example Program
  31. // ---------------
  32. //
  33. // General : This program does absolutely nothing.
  34. //
  35. // Input : None.
  36. //
  37. // Process : Nothing real.
  38. //
  39. // Output : Useless messages.
  40. //
  41. //-----------------------------------------------------------------------------
  42. // Programmer : Shachar Koren
  43. // Student No : 2204
  44. // Date : DD.MM.YYYY
  45. //-----------------------------------------------------------------------------
  46. void main()
  47. {
  48. // Const definition
  49.  
  50. // File definition
  51.  
  52. // Array definition
  53.  
  54. // Variable definition
  55.  
  56. // Code section
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement