Very Simple and Efficient Student Database
The next project will demonstrate advantages of C++, such as:
- using typedef
- using the #define directive
- using simple, short source code to handle apparently large tasks
- easy to read code, if you develop your simple programming style
The task we are going to accomplish is a simple and efficient student database. Although we have put some amounts (limitations), these can be changed very easily! Furthermore, for the simplicity of the tutorial we only used cin to read data.
- Read more about Very Simple and Efficient Student Database
- Log in or register to post comments
- 59 views