Jump to content

User:Decltype/cpprefs

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Decltype (talk | contribs) at 09:08, 30 January 2009 (cpp references). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

This is a collection of useful C++ related references, suitably formatted using citation templates.

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>

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>