zz c++ Useful resources

Useful resources

cpp

C++ FAQs

  • isocpp.org C++ FAQ - unified FAQ by the Standard C++ Foundation.
  • Bjarne Stroustrup FAQ - Answers to the frequently asked questions from the creator of the language
  • Bjarne Stroustrup C++11 FAQ - Additional FAQ regarding the recent changes to the C++ language standards
  • StackOverflow.com C++ FAQ - Best answers to the frequently asked C++ questions on the programmers' Q&A website StackOverflow.com
  • C++ FAQ Lite - Answers to the frequently asked questions from the Usenet newsgroup comp.lang.c++ (retired, now links to the isocpp.org C++ FAQ)

C++ Language and library references

  • JTC1/SC22/WG21 - The C++ Standards Committee, includes draft C++ language standards, proposals, and defect reports
  • 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 implementation of C and C++ core languages
  • IBM Reference manual for the IBM implementations of the C++ standard library
  • MSDN - Reference manual for the Microsoft implementation of the C++ core language
  • 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++ library
  • cplusplus.com - Unofficial C++ standard library reference
  • SGI STL - Reference for STL, the 1994 library that introduced many concepts later adopted by the C++ standard library.

C++ ABIs

  • Itanium C++ ABI de-facto C++ ABI standard, adopted by System V 64-bit ABI, among others
  • ARM ABI ABI for the ARM Architecture, including C++ ABI.

Patterns, idioms, tips and tricks

Related standards

Might be also useful

See also

posted on 2016-12-18 00:20  cutepig  阅读(184)  评论(0编辑  收藏  举报

导航