I know, this has been harped at on many occasions, but I'm not asking for a specific time when Lite-C is going to be C++ based. Oops! I just ruined this whole post. Oh well.
But seriously, is Lite-C going to support all of the C++ language features eventually, and not just classes and unions?
Code:
void main()
{
cout << "I am MrCode,";
cout << "hear me roar!";
system("PAUSE");
}