Hello C++ forum.
I am just beginning on the amazing journey on C++ and am looking to do some projects.
The only downside is, I'm having trouble coming up with things.
So far I only have the following:
=Calculator
-Calendar
If anyone wants to help add to that list, it'd be awesome!
Thank you. :)
How about something relatively useless yet educational, like a utility which reverses a file?
It sounds simple, but it's not once you realize that reading byte by byte is not practical for large files, >1GB.
If you need help I'm sure people here would be glad to give it.