an array and a pointer variable are basically synonymous terms.
by
Code:
Class1 classes[] = { Class1("Hello"), Class1("Goodbye") };
You are creating a pointer pointing at the first element of
classes. In effect, you can use
classes exactly like you would any other pointer.
Quote:
|
Originally Posted by noobie
anyway, C is annoying, go with C++ 
|
I agree..*gibbily gibbily gibbily*