help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Undefined references to variable problem


From: BobR
Subject: Re: Undefined references to variable problem
Date: Sun, 28 Aug 2005 21:34:07 GMT

Brian Arnold wrote in message
<1125252885.152925.18270@g14g2000cwa.googlegroups.com>...
>You're absolutely right. I can't believe I missed that. I had
>
>  size_t Object::_sharkcount = 0;
>
>but no equivalent version for _supersharkcount. That fixed it! Thank
>you so much!
>

[ from a FAQ ]
"Avoid a name that will begin with an underscore, as most of those names are
reserved for compiler vendors."

Are you a 'compiler vendor'? <G>

--
Bob R
POVrookie




reply via email to

[Prev in Thread] Current Thread [Next in Thread]