Kinda off-topic, but I just found out that it creates separate WED and SED engine log files.


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