User profile: IceThatJaw

User info
User name:IceThatJaw
History
Joined:
Number of posts:465
Latest posts:

Genuine Assistance?
Game programming is very difficult but if you really want to pursue it than more power to you. [qu...

Help with Script C++
cin.get() only grabs a single character. You might want to use cin.getline() instead.

functions in the programming
[code]float largest(float grades) { float maxim; if (grades > maxim) maxim = grades; return maxim;...

A Deck of Cards Review
Make a card class or struct. It will require extra code but it makes more sense in the end. You can ...

Hey guys
Your next step is run the menu in a loop so they can interact with it as long as they'd like. I lik...

This user does not accept Private Messages

User: IceThatJaw

  • Public profile