I'm having the same problem. nVidia GeForce 7300GT 512MB.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}