Quote:

So, its C-Script for me!




And you're definitely not the only one!

I'm only starting with Lite-C myself (back to the days of trying to write a simple text program and practically ripping my hair out, ).


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