|
Re: initilizer incmplete type
Quote:
Originally Posted by Jabo
int Size() const {return _size;}
This doesn't look right to me, you have the const keyword without a name.
|
Jabo, the const there indicates that when the method is called, it does not modify the object.
__________________
Dr. Zoidberg: [ecstatic] I'm going to a movie... with FRIENDS!
|