Does anyone know how to use post-processing effects with Lite-C? Please?


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