This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ standard


You wrote:

Hello !
Answer me please what C++ standard supports g++ ?
(get me URL please)

Assuming this was a translation problem and you meant to ask:


"What C++ standard does g++ support?"

Then the answer is GCC 3.x supports 'ISO/IEC IS 14882:1998(E)' which is also known as C++98.

Googling on "14882 1998" like this: http://www.google.com/search?q=14882+1998&hl=ru

hopefully will get you the answers you are seeking.

Followup questions should go to gcc-help@gcc.gnu.org.

Kelley Cook




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]