Server Help

Non-Subspace Related Coding - Visual studio express 08

hellzlaker - Sat Mar 15, 2008 2:51 pm
Post subject: Visual studio express 08
Wierd but it doesnt let me compile this simple code
Code: Show/Hide
#include <iostream>
using namespace std;

int main()
{
   cout<<"hi\n";
   return 0;
}


The debug (looks like play button) is grey and unclickable, also so are the build buttons,

and i did save the source...and i reopened it too...

Any one know why is this happening? I just want to know since I want to start using VC++ instead of DEV C++
tcsoccerman - Sat Mar 15, 2008 3:07 pm
Post subject:
make sure it's a project. although i don't use that program i'd just assume.
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group