Microsoft visual basic help...!Best Answer!
I run a simple program (#include <iostream>
using namespace std;
int main ()
{ cout << "Hello World!";
return 0;})
However when I clicked debug/build it said error and The system cannot find the file specified.
I'm running Vista and on Visual C 2008 Express Edition. first correct solution I'll give best answer
sorry meant to say I had the program correct but when I go to run it I can't see the program...I don't see Hello World.
digitalfear1217 I'm afraid it didn't seem to work...If you know anything else please help
|