User:Decltype/cpprefs
Appearance
This is a collection of useful C++ related references, suitably formatted using citation templates.
The C++ standard
<ref name="C++03">{{cite book | year = 2003 | title = ISO/IEC 14882:2003(E): Programming Languages - C++ | publisher = ISO/IEC }} </ref>
Effective STL
<ref name="effectivestl">{{ cite book | first = Scott | last = Meyers | authorlink = Scott Meyers | year = 2001 | title = Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library | publisher = Addison-Wesley }}</ref>
C++ Coding Standards
<ref name="cppcs">{{ cite book | first1 = Herb | last1 = Sutter | first2 = Andrei | last2 = Alexandrescu | authorlink1 = Herb Sutter | authorlink2 = Andrei Alexandrescu | year = 2004 | title = C++ Coding Standards: 101 Rules, Guidelines, and Best Practices | publisher = Addison-Wesley }} </ref>
C++ Standard Library
<ref name="josuttis">{{ cite book | first = Nicolai | last = Josuttis | authorlink = Nicolai Josuttis | year = 1999 | title = C++ Standard Library - A Tutorial and Reference | publisher = Addison-Wesley }}</ref>
C++ Templates
<ref name="cpptemplates">{{cite book | last1 = Vandevoorde | first1 = Daveed | last2 = Josuttis | first2 = Nicolai | title = C++ Templates: The Complete Guide | publisher = [[Addison Wesley]] | date = 2002 | isbn = 0-201-73484-2 }} </ref>
Imperfect C++
<ref name="imperfect">{{cite book | last = Wilson | first = Matthew | title = Imperfect C++ - Practical solutions for Real-Life Programming | publisher = [[Addison Wesley]] | date = 2004 | isbn = 0-321-22877-4 }} </ref>
Effective C++
<ref name="effcpp">{{cite book | last = Meyers | first = Scott | title = Effective C++ Third Edition - 55 Specific Ways to Improve Your Designs | publisher = [[Addison Wesley]] | date = 2005 | isbn = 0-321-33487-6 }} </ref>
C++ Primer
<ref name="primer">{{cite book | first1 = Stanley B. | last1 = Lippman | first2 = Josee | last2 = Lajoie | first3 = Barbara E. | last3 = Moo | title = C++ Primer, Fourth edition | publisher = [[Addison Wesley]] | date = 2005 | isbn = 0-201-72148-1 }} </ref>
Industrial Strength C++
<ref name="industrialcpp">{{cite book |last1=Henricson |first1=Mats |last2=Nyquist |first2=Erik |title=Industrial Strength C++ |publisher=Prentice Hall |date=1997 |isbn=ISBN 0-13-120965-5}} </ref>
Misc
<ref name="hopl"> {{cite web | title=Evolving a language in and for the real world: C++ 1991-2006 | url=http://www.research.att.com/~bs/hopl-almost-final.pdf | format=PDF | accessyear=2008 | accessmonth=March | year=2007}} </ref>
<ref>{{cite web | title=C++ Standard Library Active Issues List | url=http://www.open-std.org/Jtc1/sc22/wg21/docs/lwg-active.html | accessyear=2009 | accessmonth=January }} </ref>