Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Date modified: 27/4/2013
- Last Time save: 23:51
- ||============Basic Information========================||
- ||============Author Information=======================||
- || Author Name: Trình Công Quang ||
- || ID: 12520344 ||
- || E-Mail: [email protected] ||
- ||============Program Information======================||
- || ||
- */
- #include "stdafx.h"
- #include "module.h"
- #define name_of_file "sv.txt"
- int _tmain(int argc, _TCHAR* argv[])
- {
- list main_lst; node *nd; students sv;
- init_list(main_lst);
- load(name_of_file, main_lst, sv);
- show(main_lst);
- _getch();
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment