LibItem* array[10];
if i try this:
LibItem::LibItem *array[10];
I get an error Improper use of typdef 'LibItem"
The object LibItem definition is in a header file and declaration is in the source file. what is the correct syntax for a array of objects
This post has been edited by rethc: 09 August 2012 - 05:27 PM

New Topic/Question
Reply



MultiQuote



|