| View previous topic :: View next topic |
| Author |
Message |
happyehrf How do I cheat?
Reputation: 0
Joined: 02 Jul 2007 Posts: 6
|
Posted: Thu Jul 05, 2007 1:43 pm Post subject: Sams Teach Yourself C++ in 21 days help! |
|
|
| ok well i got the book today, and i am on the part where it tells you to create the hello world program (p.17) Ok well i used Notepad ++ to create the file, and i have the visual C++ 2005 express edition. So how do i compile the file with the program, and then how do i link and run it. Please help. I need to know what buttons to press and etc.
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Thu Jul 05, 2007 2:06 pm Post subject: |
|
|
| Probably Control-F5
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Thu Jul 05, 2007 2:10 pm Post subject: |
|
|
| cl.exe
|
|
| Back to top |
|
 |
happyehrf How do I cheat?
Reputation: 0
Joined: 02 Jul 2007 Posts: 6
|
Posted: Thu Jul 05, 2007 2:27 pm Post subject: |
|
|
| omg im so confused.... ok someone please walk my through the entire hellp world program using visual C++ 2005 express PLEASE!!111
|
|
| Back to top |
|
 |
Ch04s Master Cheater
Reputation: 0
Joined: 28 May 2007 Posts: 406 Location: One never knows.
|
Posted: Thu Jul 05, 2007 7:29 pm Post subject: |
|
|
| theres a tab at the top that has a compile function. YOu could always just use the help.
|
|
| Back to top |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Thu Jul 05, 2007 8:06 pm Post subject: |
|
|
Just Use Visual C++ Express Edition 2005 to write, edit, compile, link, and everything else
Open Visual C++ Express Edition 2005
Write/Copy/Edit/whatever you want to your source coding
either press the -> arrow at the top or hit F5
it will Link, Compile, And Run the EXE for you
|
|
| Back to top |
|
 |
|