If you want a brief history of 3DGS, you might try the wiki (there's a link at the top of the page).


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