Problem with first C++ Program
Hello, I recently took it upon myself to learn the C++ programming language. As with most newcommers to programming they begin with the "Hello World!" program and that is exactly what I am having trouble with.
I inserted the correct code as there are no build errors, however, I do experience a problem when trying to run the program. I hit CTRL + F5 to run the program and I get the following error:
Unable to start program 'c:\documents and settings\owner\my documents\visual studio 2005\projects\hello3\debug\hello3.exe'.
The system cannot find the file specified.
I'm not sure what the problem is and don't know how to fix it. Any assistance would be greatly appreciated. Thanks!

