Author |
does anyone here know how to use visual c++ 2008? |
QVGA Joined: May 23, 2006 Posts: > 500 From: Pakistan PM, WWW
|
I normally use version 6.0 and turbo C but i dont have it so i downloaded this one. I am a beginner.
All I want is to create a simple program and then compile it. I cant understand from where can i see the output of my program??
|
|
imazz Joined: Sep 13, 2005 Posts: 142 PM |
I have it on my laptop. Haven't done much with it but I can get a simple win32 app to run etc with it.
What sort of app are you trying to write? |
lukechris Joined: Dec 30, 2007 Posts: > 500 From: Preston, UK PM, WWW
|
I use it. What is it you want to do?
|
Krubach Joined: Dec 05, 2002 Posts: > 500 From: Sunny Portugal! :) PM |
Select "New" -> "Project".
Then just select the template you want.
VS will generate the basics of your application, be it a console program or a win32 application.
[addsig] |
|