After installing Windows XP, Visual C++ Express Edition, Platform SDK, then having to rip out my hair to get my modem to work (windows refused to install the proper driver, and its own kinda didn't do the job...) registering C++ Express, being unable to access the benefits site and all...
After all of that happened, and I finally decided to test Visual C++ EE:
Code: Select all
#include <iostream>
int main()
{
std::cout << "Hello Microsoft... Why must you make such sucky products?" << std::endl;
return 0;
}
Will Microsoft ever try to help its users?!?!?!?
Why are the Libs that IT supplied so screwed up?
all of the errors are either in cstdio or cstdlib...
And all of them are like this
" Error 101 error C2143: syntax error : missing '{' before ':' "
Any suggestions on what to do?
And please, forgive me for all of these repeated posts on the same topic...
I'm a n00b and cannot help it... I want to change, but it is difficult...