help-gplusplus
[Top][All Lists]
Advanced

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

Re: g++ bug


From: Ulrich Eckhardt
Subject: Re: g++ bug
Date: Tue, 18 Apr 2006 23:18:16 +0200
User-agent: KNode/0.9.3

matrut wrote:
> Problem solved ... sorry for porsing rubish msg'es. Simply replace
> 
> m_this=this -> CService::m_this=this;

Nonsense. Sorry, but even the MS compiler since at least version 12 (which
is pre-standard!) gets this right and will throw linker errors. You still
lack a definition. However, this is nothing specific to g++, so I'd rather
take it to alt.comp.lang.learn.c-c++ or comp.lang.c++.moderated, read
their FAQs though first, I think the issue is explained therein.

Uli

-- 
http://gcc.gnu.org/faq.html
http://parashift.com/c++-faq-lite/



reply via email to

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