detective1711

QLSV_12520344.cpp

Apr 27th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.65 KB | None | 0 0
  1. /*
  2.     Date modified: 27/4/2013
  3.     Last Time save: 23:51
  4.     ||============Basic Information========================||
  5.     ||============Author Information=======================||
  6.     ||  Author Name: Trình Công Quang                    ||
  7.     ||  ID: 12520344                                       ||
  8.     ||  E-Mail:  [email protected]                     ||
  9.     ||============Program Information======================||
  10.     ||                                                     ||
  11. */
  12.  
  13. #include "stdafx.h"
  14. #include "module.h"
  15.  
  16. #define name_of_file "sv.txt"
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. int _tmain(int argc, _TCHAR* argv[])
  24. {
  25.     list main_lst; node *nd; students sv;
  26.     init_list(main_lst);
  27.     load(name_of_file, main_lst, sv);
  28.     show(main_lst);
  29.  
  30.    
  31.     _getch();
  32.     return 0;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment