I need to make a simple C++ program for a class project.
The project MUST make use of the following C++ elements:
i) Loops and user input
ii) Functions
iii) Strings
iv) 2D arrays
v) Pointers
vi) Files and/or data structure
Does anyone have any ideas about what I could do my project on?
Uhh... Be creative.. Store the entered info in the registration of the user in the array, and write the userinfo to file from the array?
I don't really know how experienced you are, so it's hard to come with ideas. I don't know what you're capable of doing, so i gave you something simple.