Quote:

Yeah I think college programming is alot more easier to grasp/learn than learning it solo.




I pretty much learned everything I know solo

But then again, I started out with C-Script, not C++.


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