I Challenge You![quote]HINT: Don't let the player move off the gameboard! You program will crash if they move off th...
is OOP used to solve problemsYes.
Check for key presses, alwaysActually, before doing that you'll really want to look into events. I'm not sure what exactly you're...
Fibonacci Sequence[quote]However once I debug the code and enter a value, the box disappears. [/quote] What?
Problem with outputFirst, use actual constructors/destructors. Those Per_c/Per_d functions you have there are pure evil...