the gullster
2008-04-23 13:16:35 UTC
When I try and run/compile/debug my code it says that it can not find the relevant .exe file for my project so it can not run. Is there something I need to include/change for it to make the .exe?
e.g, my simple hello world app
#include
int main()
{
std::cout << "HelloWorld\n";
return 0;
}
refuses to create a .exe
any suggestions?