C++0x 走马观花:剩下没翻译的

 8 See also
 ConceptGCC
 http://en.wikipedia.org/wiki/ConceptGCC

9 参考
 1 N2544
  http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2544.pdf

9.1 C++标准委员会的文件
  ISO/IEC DTR 19768 (May 19, 2008) Doc No: 2606 Working Draft, Standard for Programming Language C++
  ISO/IEC DTR 19768 (April 29, 2008) Doc No: 2597 State of C++ Evolution (pre-Antipolis 2008 Meeting)
  ISO/IEC DTR 19768 (March 07, 2008) Doc No: N2565 State of C++ Evolution (post-Bellevue 2008 Meeting)
  ISO/IEC DTR 19768 (February 04, 2008) Doc No: N2507 State of C++ Evolution (pre-Bellevue 2008 Meeting)
  ISO/IEC DTR 19768 (October 23, 2007) Doc No: N2432 State of C++ Evolution (post-Kona 2007 Meeting)
  ISO/IEC DTR 19768 (August 7, 2007) Doc No: N2389 State of C++ Evolution (pre-Kona 2007 Meetings)
  ISO/IEC DTR 19768 (July 29, 2007) Doc No: N2336 State of C++ Evolution (Toronto 2007 Meetings)
  ISO/IEC DTR 19768 (June 25, 2007) Doc No: N2291 State of C++ Evolution (Toronto 2007 Meetings)
  ISO/IEC DTR 19768 (May 3, 2007) Doc No: N2228 State of C++ Evolution (Oxford 2007 Meetings)
  ISO/IEC DTR 19768 (January 12, 2007) Doc No: N2142 State of C++ Evolution (between Portland and Oxford 2007 Meetings)
  ISO/IEC DTR 19768 (October 22, 2007) Doc No: N2461 Working Draft, Standard for programming Language C++
  ISO/IEC DTR 19768 (June 24, 2005) Doc No: N1836 Draft Technical Report on C++ Library Extensions
  Lawrence Crowl (May 2, 2005) Doc No: N1815 ISO C++ Strategic Plan for Multithreading
  Detlef Vollmann (June 24, 2005) Doc No: N1834 A Pleading for Reasonable Parallel Processing Support in C++
  Lawrence Crowl (May 2, 2007) Doc No: N2280 Thread-Local Storage
  Jan Kristoffersen (October 21, 2002) Doc No: N1401 Atomic operations with multi-threaded environments
  Hans Boehm, Nick Maclaren (April 21, 2002) Doc No: N2016 Should volatile Acquire Atomicity and Thread Visibility Semantics?
  Lois Goldthwaite (October 5, 2007) Doc No: N2437 Explicit Conversion Operators
  Alan Talbot, Lois Goldthwaite, Lawrence Crowl, Jens Maurer (February 29, 2008) Doc No: N2544 Unrestricted unions
  Francis Glassborow, Lois Goldthwaite (November 5, 2004) Doc No: N1717 explicit class and default definitions
  Bjarne Stroustrup, Gabriel Dos Reis (December 11, 2005) Doc No: N1919 Initializer lists
  Herb Sutter, Francis Glassborow (April 6, 2006) Doc No: N1986 Delegating Constructors (revision 3)
  Michel Michaud, Michael Wong (October 6, 2004) Doc No: N1898 Forwarding and inherited constructors
  Bronek Kozicki (September 9, 2004) Doc No: N1676 Non-member overloaded copy assignment operator
  R. Klarer, J. Maddock, B. Dawes, H. Hinnant (October 20, 2004) Doc No: N1720 Proposal to Add Static Assertions to the Core Language (Revision 3)
  V Samko; J Willcock, J Järvi, D Gregor, A Lumsdaine (February 26, 2006) Doc No: N1968 Lambda expressions and closures for C++
  J. Järvi, B. Stroustrup, D. Gregor, J. Siek, G. Dos Reis (September 12, 2004) Doc No: N1705 Decltype (and auto)
  B. Stroustrup, G. Dos Reis, Mat Marcus, Walter E. Brown, Herb Sutter (April 7, 2003) Doc No: N1449 Proposal to add template aliases to C++
  Douglas Gregor, Jaakko Järvi, Gary Powell (September 10, 2004) Doc No: N1704 Variadic Templates: Exploring the Design Space
  Gabriel Dos Reis, Bjarne Stroustrup (October 20, 2005) Doc No: N1886 Specifying C++ concepts
  Daveed Vandevoorde (January 14, 2005) Doc No: N1757 Right Angle Brackets (Revision 2)
  Walter E. Brown (October 18, 2005) Doc No: N1891 Progress toward Opaque Typedefs for C++0X
  J. Stephen Adamczyk (April 29, 2005) Doc No: N1811 Adding the long long type to C++ (Revision 3)
  Chris Uzdavinis, Alisdair Meredith (August 29, 2005) Doc No: N1827 An Explicit Override Syntax for C++
  Herb Sutter, David E. Miller (October 21, 2004) Doc No: N1719 Strongly Typed Enums (revision 1)
  Matthew Austern (April 9, 2003) Doc No: N1456 A Proposal to Add Hash Tables to the Standard Library (revision 4)
  Doug Gregor (November 8, 2002) Doc No: N1403 Proposal for adding tuple types into the standard library
  John Maddock (March 3, 2003) Doc No: N1429 A Proposal to add Regular Expression to the Standard Library
  P. Dimov, B. Dawes, G. Colvin (March 27, 2003) Doc No: N1450 A Proposal to Add General Purpose Smart Pointers to the Library Technical Report (Revision 1)
  Doug Gregor (October 22, 2002) Doc No: N1402 A Proposal to add a Polymorphic Function Object Wrapper to the Standard Library
  D. Gregor, P. Dimov (April 9, 2003) Doc No: N1453 A proposal to add a reference wrapper to the standard library (revision 1)
  John Maddock (March 3, 2003) Doc No: N1424 A Proposal to add Type Traits to the Standard Library
  Daveed Vandevoorde (April 18, 2003) Doc No: N1471 Reflective Metaprogramming in C++
  Jens Maurer (April 10, 2003) Doc No: N1452 A Proposal to Add an Extensible Random Number Facility to the Standard Library (Revision 2)
  Walter E. Brown (October 28, 2003) Doc No: N1542 A Proposal to Add Mathematical Special Functions to the C++ Standard Library (version 3)
  Douglas Gregor, P. Dimov (April 9, 2003) Doc No: N1454 A uniform method for computing function object return types (revision 1)

9.2 文章
  The C++ Source Bjarne Stroustrup (January 2, 2006) A Brief Look at C++0x
  C/C++ Users Journal Bjarne Stroustrup (May, 2005) The Design of C++0x: Reinforcing C++’s proven strengths, while moving into the future
  Web Log di Raffaele Rialdi (September 16, 2005) Il futuro di C++ raccontato da Herb Sutter
  Informit.com (August 5, 2006) The Explicit Conversion Operators Proposal
  Informit.com (July 25, 2006) Introducing the Lambda Library
  Dr. Dobb's Portal Pete Becker (April 11, 2006) Regular Expressions TR1's regex implementation
  Informit.com (July 25, 2006) The Type Traits Library
  Dr. Dobb's Portal Pete Becker (May 11, 2005) C++ Function Objects in TR1
  The C++ Source Howard E. Hinnant, Bjarne Stroustrup, and Bronek Kozicki (March 10, 2008) A Brief Introduction to Rvalue References

10 外部链接
  The C++ Standards Committee
  http://www.open-std.org/jtc1/sc22/wg21/

  Bjarne Stroustrup's homepage
  http://www.research.att.com/~bs/

  C++0X: The New Face of Standard C++
  http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=216

  Herb Sutter's blog coverage of C++0X
  http://herbsutter.wordpress.com/

  A talk on C++0x given by Bjarne Stroustrup at the University of Waterloo
  http://www.csclub.uwaterloo.ca/media/C++0x%20-%20An%20Overview.html

  A quick and dirty introduction to C++0x (as of November 2007)
  http://www.pvv.org/~oma/cpp0x_aquadi_nov_2007.pdf

  The State of the Language: An Interview with Bjarne Stroustrup (August 15, 2008)
  http://www.devx.com/SpecialReports/Article/38813/0/page/1

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值