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
2009-09-15 16:13:07
n.b. the first link is a fully spoonfed video tutorial with VS2008.
Dale Halliwell
2009-09-16 05:47:15