Running program in VC++

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
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...
That arrow is not working.
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.
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.