Re: Stl and g++ 2.91.66

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

 



Hi Matias,

Versions of GCC before 3.x are not ISO 14882 (i.e., C++) compliant, because they preceded the C++ standard.

You cannot write compliant C++ code (especially ones that use C++ STL as per the standard, and other Standard C++ Library features) with those compilers.  You can only write a variation of C++ that existed in a state of flux before the standard was hammered out.

I recommend you plead your case to your teacher to adopt a more current -- and thus more compliant -- GCC.

It makes no sense to me to teach "pre-1998 C++".

Good luck,
--Eljay



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux