I've already taken care of the Windows issue now, I guess I just hadn't taken the time to post it. It's got SP2 on it. I'm up and running the way I was before again, yay!
Code:
void main()
{
cout << "I am MrCode,";
cout << "hear me roar!";
system("PAUSE");
}