views:

212

answers:

3

Could anyone be kind, and tell me how to make a exe file in visual studio 2008 for a win32 console based, c++ program? Thanks

+8  A: 

Try using the Win32 Console Application type in the New C++ wizard. Building this will produce a native C++ executable application.

JaredPar
+2  A: 

http://www.youtube.com/watch?v=Bb7sxUNuFe4

Dale Halliwell
n.b. the first link is a fully spoonfed video tutorial with VS2008.
Dale Halliwell
+1  A: 

See msdn visual studio tutorial

Mark