Tag Archives: I/O

C++: A menu-driven CSV student database


Menu-driven CSV text student database is one of the most demanding assignments. This sample demo illustrates that this project – in its simplest form – is not trivial, and still it has a lot to do to improve. Continue reading

Posted in C/C++ | Tagged , , , | 1 Comment

Sample C I/O: Student Records


This program is very simple demo. This program: Prints the current working directory. Asks user to specify the file name containing the records of students. Reads the record from the file. Prints each record with statistics Each line in the … Continue reading

Posted in C/C++ | Tagged , , | 1 Comment