And now the program isnt working the way I want it to. It compiled alright, but it doesnt work the way I want it to. I dont want it to say...
Never mind. I figured it out!!!! Thanks Shabbir, you're the best!
} cin.get(); } This is how it looks again, and its me "expected '}' at end of input
Maybe in the sundance/foreign film sort of way, it just harkened back to movies like Maria, or that whale rider movie. Or even the Pianist....
you mean take a break? I tried fixing it and this is what it looks like. (I am using a bloodshed DEV-C++ compiler #include <iostream> using...
Its giving me the '}' at end of input I think I should know this but, its not clicking in my head. And the main never closes?
I think that there were a lot of GREAT movies. Slum Dog Millionare was sadly not one of them. At all. If anything, the obvious choice was Dark...
Hi Michael. so you were a real live programmer? I bet it was glorious, it was amazing. I bet you were the man! Sorry about the gamble you...
Then how come my compiler wont run this? #include <iostream> using namespace std; int main () { int name; cout<<"Please input your name:...
so to declare multiple intergers, I need to do this? { int x,y,z; }
How exactly do you declare integers? Do I do it before the cout<< and cin>>?
Reading the tutorial on if statements, lesson two on cprogramming.com has made my face melt. I am horrifically thrown off, and no matter how much...
Let me give the above code a shot and let me see what I come up with. Will keep you up dated.
Separate names with a comma.