May 19th, 1999, 01:03 AM
I can't seem to declare CArrays correctly. I use the format from the help files
CArray<CMyClass,CMyClass> myArray;
but when I compile it says I'm missing a ; before the <
What I doing wrong/not doing?
CArray<CMyClass,CMyClass> myArray;
but when I compile it says I'm missing a ; before the <
What I doing wrong/not doing?