February 3rd, 2013 11:18 AM
#1
Just Started Learning C++
And I can't figure out why this doesn't do anything once I 'BUILD' it. I even added the PAUSE in there and still nothing even poops up. What's wrong with the code or?
http://i.imgur.com/lHN3JBV.png
Thanks!
February 3rd, 2013 11:20 AM
#2
Re: Just Started Learning C++
Nevermind. Just found out why.
Would anyone be interested in helping me when I have a C++ question here and there on MSN, Steam, etc? If so please reply to this thread.
Thanks!
February 3rd, 2013 11:34 AM
#3
Re: Just Started Learning C++
Also, since I got it working. CMD pops up and says "Hello World!Press any key to continue.."
What do I need to add to my code to get the"Press Any Key To Continue" to drop down a line or even 2? And where should I add it?
February 3rd, 2013 11:51 AM
#4
Re: Just Started Learning C++
\n puts a return in a string. So "Hello World!\n" or \n\n for two returns.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width
Bookmarks