|
|
|
|
Welcome Guest! Login/Join |
| Directory: | Computers / Computer_Science / People / S |
| Title: | Sutter, Herb |
| Description: | Secretary of the ISO/ANSI C++ Standards Committee, Writer, Consultant - Information on C++ |
| Location: | http://www.gotw.ca |
| |
|
| | |
| Directory: | Computers / Programming / Languages / C++ |
| Title: | Guru of the Week |
| Description: | A regular series of C++ programming problems created and written by Herb Sutter. |
| Location: | http://www.gotw.ca/gotw/index.htm |
| |
|
| | |
| Directory: | Computers / Programming / Languages / C++ / Books |
| Title: | Exceptional C++ Style |
| Description: | Focuses on in-depth coverage of generic programming and the C++ standard library, along with exception safety, class design, memory and resource management, optimization and efficiency. (Herb Sutter) |
| Location: | http://www.gotw.ca/publications/xc++s.htm |
| |
|
| | |
| Directory: | Computers / Programming / Languages / C++ / Books |
| Title: | C++ Coding Standards |
| Description: | Delivers a valuable set of tried-and-true rules, guidelines, and best practices condensed into 101 concise one- and two-page items. (Herb Sutter and Andrei Alexandrescu) |
| Location: | http://www.gotw.ca/publications/c++cs.htm |
| |
|
| | |
| Directory: | Computers / Programming / Languages / C++ / Class_Libraries / STL / Articles |
| Title: | Standard Library News, Part 1: Vectors and Deques |
| Description: | Present news updates about the standard library containers vector, deque, set, multiset, map, and multimap. This article appeared in C++ Report. |
| Location: | http://www.gotw.ca/publications/mill10.htm |
| |
|
| | |
| Directory: | Computers / Programming / Languages / C++ / Class_Libraries / STL / Articles |
| Title: | Standard Library News, Part 2: Sets and Maps |
| Description: | Covers updates and additional information about standard library containers. This article appeared in C++ Report. |
| Location: | http://www.gotw.ca/publications/mill11.htm |
| |
|
| | |
| Directory: | Computers / Programming / Languages / C++ / Exception_Handling |
| Title: | Constructor Failures (or, The Objects That Never Were) |
| Description: | Shows what object construction, and construction failure, mean in C++; and that function try blocks are useful to translate an exception thrown from a base or member subobject constructor. |
| Location: | http://www.gotw.ca/publications/mill13.htm |
| |
|
| | |
| Directory: | Computers / Programming / Languages / C++ / Memory_Management |
| Title: | To New, Perchance to Throw, Part 2 |
| Description: | Delves deeper into the question of what operator new() failures mean, and how best to detect and handle them. |
| Location: | http://www.gotw.ca/publications/mill16.htm |
| |
|
| | |
| Directory: | Computers / Programming / Languages / C++ / Memory_Management |
| Title: | To New, Perchance to Throw, Part 1 |
| Description: | Explains why a class that provides its own class-specific operator new(), or operator new[](), should also provide corresponding class-specific versions of plain new, in-place new, and nothrow new. |
| Location: | http://www.gotw.ca/publications/mill15.htm |
| |
|
| | |
| Directory: | Computers / Programming / Languages / C++ / Memory_Management |
| Title: | Containers in Memory: How Big Is Big? |
| Description: | Answers the question of how much memory the various standard containers use to store the same number of objects of the same type T. |
| Location: | http://www.gotw.ca/publications/mill14.htm |
| |
|
| | |