Thx 4 the responses, guys, but I'm really just looking for a yes or no, and if no, then how would I work around it? I still want to use the OBJECT* struct, but I can't seem to be able to use a PANEL* as one of its members.


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