I have a trouble using my visual studio C++ that I've just downloaded.
I couldn't debug the program I wrote as a window pops up with the following error message:
"Unable to start program 'C:/Users/Moa Bill/Documents/Visual Studio 2008/Projects/Hello World/Debug/Hello World.exe'.
The system can not find the file specified."
Also make sure your project configuration type is set to Application (*.exe). To do this, go to Project -> Your Project Name Properties -> Configuration Properties -> General, then look at the 'Configuration Type' field.
magnificence7+1
yeah that's the main problem i think.. vc++ always wants you to make project, unlike code::blocks w/c still allows you compile simple programs without making projects..