Advertisement

More help :(...

Started by March 03, 2002 01:33 AM
11 comments, last by Scott_U 22 years, 6 months ago
Remember, c++ is case senstive, therefore Cout and Cin will not work, you must use cout and cin.

"cogito, ergo sum" -Descartes
"cogito, ergo sum" -Descartes
Ah, thank you for the saving tip. I'll try to make more sence of what I'm asking other than saving.

    int name;int main(){cout << "Enter Your Name: "; << endl;cin >> name >> endl;cout << "Thank you " << name << endl;return 0;}    



I want the input to define the integer. So on the second cout it'll will print out what the person typed in for 'name'. Anyone?

Edited by - Scott_U on March 3, 2002 10:13:19 PM
Advertisement
Wow, that was really stupid of me. I figured it out though. Hadta use a string not an integer :| Anyway, now that I am officially a complete fool I would like to thank all those that tried to help me.

This topic is closed to new replies.

Advertisement