Hi there
I just installed windows 7 and because I wish to learn more C/C++ I've tried to install VS 2008 or VS2010 beta. On both of them I get the same message error. I had only one version of each one installed at one time.
this is my code:
#include <stdio.h>
int main(){
printf("hello world");
return 0;
}
but when I hit debug, I get the following message:
Unable to start program 'c:\users....\Debug\helloworld.exe'.
The system cannot find the file specified.