Thread
:
initilizer incmplete type
View Single Post
Apr 28th, 2008, 12:41 PM
#
2
Jabo
Not a user?
Join Date: Sep 2007
Posts: 245
Rep Power:
1
Re: initilizer incmplete type
c++ Syntax
(
Toggle Plain Text
)
int
Size
(
)
const
{
return
_size;
}
int Size() const {return _size;}
This doesn't look right to me, you have the const keyword without a name.
Jabo
View Public Profile
Find More Posts by Jabo