Quote (zypher_x @ Nov 9 2012 01:38am)
So i need to write a program from my csc class in c++ thats has to be >400 lines of code.
My professor pretty much gave us the freedom to choose whatever we wanted to do
currently im thinking of a binary to decimal/octal/hex converter but i feel like that would be huge and overworking it.
Anyone have any other ideas that would be really fun programs to write?
I would say maybe a simple Oregon trail type game?
Have the user enter names - these people will be given 100% health points
Give the user options to pick what tools he wants to get
A bunch of if and while statements should do the trick.... along with throwing in some random number generators and case code?
Shouldn't be too hard just have to be a little creative!