help-gplusplus
[Top][All Lists]
Advanced

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

Re: Linker can't find constants


From: Lionel B
Subject: Re: Linker can't find constants
Date: Thu, 02 Jul 2009 09:41:11 GMT
User-agent: Pan/0.132 (Waxed in Black)

On Wed, 01 Jul 2009 12:35:58 -0700, Cary wrote:

> On Jul 1, 1:20 pm, Cary <ca...@juno.com> wrote:
>> BTW - this doesn't work for vs.
> 
> I know it's a bad sign to keep replying to yourself :-)
> 
> I just found this link about vs behavior:
> http://msdn.microsoft.com/en-us/library/34h23df8(VS.80).aspx

Worth noting that many compilers (including g++ and VS) do not *by 
default* adhere to a C++ standard, but add their own "extensions". E.g. 
to get standard adherence in g++ you might want something like:

g++ -std=c++98 -pedantic ...

-- 
Lionel B


reply via email to

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