Thx for all the suggestions, but my problem has been solved. When I booted up my computer this morning, it ran CHKDSK and it solved my problems (said there was a corrupt index in a file called "~DF1404.tmp" or something like that).


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