im trying to compile the basic 'hello world' in vs2010 and the build icons are greyed out. any reason why?
#include <iostream.h>
int main ()
{
cout << "Hello World!\n";
return 0;
}
::edit::
vs can't seem to find 'iostream.h' file.
::edit::
nevermind the iostream.h. apparently its iostream now. but i still can't build the damn thing. /cry









LinkBack URL
About LinkBacks
Reply With Quote





PROMOTER ! 

