Useful resources

From cppreference.com
< cpp

Contents

[edit] C++ FAQs

[edit] C++ Language and library references

  • JTC1/SC22/WG21 - The C++ Standards Committee, includes draft C++ language standards, proposals, and defect reports
    • n3691.pdf - Standard for Programming Language C++ (Working Draft, May 16, 2013)
    • n3797.pdf - Committee Draft for the C++14 standard
  • ansi.org Official C++ ISO/IEC 14882:2011 for purchase
  • Apache - Reference manual for the Apache implementation of the C++ standard library
  • IBM - Reference manual for the IBM implementations of C and C++
  • MSDN - Reference manual for the Microsoft implementation of the C++ library
    • dinkumware - C++ Standard Library implementation that ships with Microsoft Visual C++
  • GNU libstdc++ - Reference manual for the GNU implementation of the C++ libary
  • HP - Reference manual for the HP implementation of the C++ library
  • EWL - Reference manual for the Embedded Warrior implementation of the C++ library
  • cplusplus.com - Unofficial C++ standard library reference
  • SGI STL - Reference for the library STL, large parts of which were included in C++ standard library in 1998. Of historic interest only.

[edit] Related standards

  • JTC1/SC22/WG14 - the C Standards Committee, includes draft C language standards, proposals, and defect reports
  • POSIX.1-2008 - The operating system API of the Unix-compatible systems
  • Unicode - The universal encoding standard for written characters
  • C++ ABI for Itanium, revision 1.83

[edit] Might be also useful