Is this a functional main?
What is the significance of the first line in the main. I do not quite understand what it means.
int main()
{
form * [5];
return 0;
}
It is basically creating an array of 5 pointers to a variable/class of type form.
Topic archived. No new replies allowed.