Hey im just a begginer at this language and im having a real difficult time. Im not sure what this means. I was asked to create like six forms which i did but now it says do this. im kinda lost please help.

You MUST create all the forms using the new operator. For example,


int main()
{
form *[5];
return 0;
}