Well, then you would have to declare:

test= (insert your panel here);

But I think I can make it work somehow.


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