Hello World

Sep 3, 2013 at 4:52pm
Ok i really need help , im a beginner at c++ in college and learning the basics
Im using the right types of code on Visual C++ but every time i place a message in " cout << "My girl got a new car"; " my output says saying "Hello World!" and it's really pissing me off. how can i change my output????
Sep 3, 2013 at 4:58pm
Did you recompile?
Sep 3, 2013 at 5:02pm
How??
Sep 3, 2013 at 5:07pm
Sep 3, 2013 at 5:08pm
Sep 3, 2013 at 5:11pm
I LOVE lmgtfy.com. It's the most amazing /sarcasm tag in the interwebz!
Sep 3, 2013 at 5:13pm
Try adding the file to project again. If it shows 'Hello World', it means it hasn't detected your .cpp file and hence cannot read your code, that's why it is showing the ancient 'Hello World' message. Try re-adding it and then compile and run.
Sep 3, 2013 at 5:15pm
-1 compilers that you can't specifically point towards a certain target or set of targets.
Sep 3, 2013 at 5:20pm
OK i got =))) THanks alot Guys!
Topic archived. No new replies allowed.