I had to do a complete re-do of my system (luckily I was able to save 3DGS, ). I'm actually using another computer to post this thread, because I still have yet to get my Internet up and running.

At first (before the reformat), my computer kept rebooting, and it basically scrambled quite a bit of the hard disk (hence the need for a reformat).

Turned out that my system's power supply wasn't adequate for my GPU, and that's why it kept rebooting, or so I thought.

Now, I've installed a new power supply which is more than enough for the graphics card, re-installed Windows, some of my drivers, and DirectX 9.0c. I even did a test run with one of my older projects to see if the installations had been sucessful.

However, I've had the computer reboot twice now, even after I thought I had fixed the problem, and I don't know what else could be causing the reboots.

Any help would be appreciated. Thx in advance.


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