cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Running program in VC++
Running program in VC++
Nov 17, 2011 at 2:13pm UTC
GAD
(13)
I am using Microsoft Visual C++ 2005 for the very first time.
I have written a small code.But I am not getting how to compile & run it.there is no direct option like in turbo C++.
Please help me to run it.
Last edited on
Nov 17, 2011 at 2:13pm UTC
Nov 17, 2011 at 2:40pm UTC
hamsterman
(4538)
http://www.codeguru.com/forum/attachment.php?attachmentid=24087&stc=1&d=1231771760
It's the green arrow at the top besides "Debug".
Why would you use 2005 though? There already is a 2010 one...
Nov 17, 2011 at 2:52pm UTC
GAD
(13)
That arrow is not working.
Nov 17, 2011 at 2:59pm UTC
hamsterman
(4538)
What does it say? Maybe there are errors in your code (there should be an output tab in that case). Or maybe you didn't create a project fr your code.
Nov 17, 2011 at 4:51pm UTC
bluecoder
(763)
if you are writing the simple c , or c++ program . you can select the option like console base application , and a empty project option .
Topic archived. No new replies allowed.