But classes are still on the forecast, as well as enums, unions, and trinary operators. This is the only reason I ask.


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