But from a programming standpoint....isn't it easier just to use Acknex buttons and panels? I mean, what with all the instances and message handling with Windows... Ugh, no wonder I don't take interest in learning the Windows API.
Code:
void main()
{
cout << "I am MrCode,";
cout << "hear me roar!";
system("PAUSE");
}