User: hjone

  • Public profile

User profile: hjone

User info
User name:hjone
History
Joined:
Number of posts:17
Latest posts:

cin reading multiple words
you're missing a semicolon at line 14. if it's still not working, try 2 getline statements for title...

Help with my code please
[code]double CurrentPosition[3] = [theta1, theta2, theta3];[/code] needs theta1, theta2, and theta3,...

Difficulty with Do/While Loop
If you only want to ask them once I would have done it this way: [code] cout << "Do you want to gene...

Help with menu driven code
You didn't call any of your Step functions in main...

Difficulty with Do/While Loop
[s]You have a semi-colon at line 15 that should not be there.[/s] Oops my bad. I never use do-while...

This user does not accept Private Messages