Actually, my question was more based on lostclimate's idea. I still want to use Lite-C the way it is, but with C++ language features. I'm not saying I want to switch to development with C++.
Code:
void main()
{
cout << "I am MrCode,";
cout << "hear me roar!";
system("PAUSE");
}