Building & Debugging
I got a question. I'm currently learning Visual C++ in school. I'm using Visual Studio C++ 2005 Express Edition which I've downloaded from the website not long. I typed out a simple program and try.
However, upon building solution (Build>Build Solution), I get:
========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
Only if I rebuild solution (Build>Rebuild Solution), I get:
Rebuild All started: Project: Trial, Configuration: Debug Win32
Deleting intermediate and output files for project 'Trial', configuration 'Debug|Win32'
Trial - up-to-date
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
But when I tried to try to debug (Debug>Start Debugging), I get an error prompt saying the system cannot find the .exe file specified.
Is there something missing which I didnt install?
Please help. Thanks.

