well, I just tried a game, and the FPS was reduced, so the ABT is not where the frame rate problem lies. But I still want to fix it, and the return-to-desktop issue.
Anyone?
Code:
void main()
{
cout << "I am MrCode,";
cout << "hear me roar!";
system("PAUSE");
}