반응형
The C++ Source
C++ Coding Standards
by Herb Sutter and Andrei Alexandrescu
November 19, 2004
Summary
The C++ Source is pleased to present an excerpt from Herb and Andrei's new book, C++ Coding Standards: 101 Rules, Guidelines, and Best Practices (Addison-Wesley, 2005). More than just style guidelines and "gotcha" warnings, this book clarifies the idioms and practices that pertain specifically to successful C++ software. Even better, you can't avoid deepening your mastery of the finer points of C++ as you read. This is the singularly authoritative Writ of Common Wisdom for the entire C++ development experience.
http://www.artima.com/cppsource/codestandards.html
C++ Coding Standards
by Herb Sutter and Andrei Alexandrescu
November 19, 2004
Summary
The C++ Source is pleased to present an excerpt from Herb and Andrei's new book, C++ Coding Standards: 101 Rules, Guidelines, and Best Practices (Addison-Wesley, 2005). More than just style guidelines and "gotcha" warnings, this book clarifies the idioms and practices that pertain specifically to successful C++ software. Even better, you can't avoid deepening your mastery of the finer points of C++ as you read. This is the singularly authoritative Writ of Common Wisdom for the entire C++ development experience.
http://www.artima.com/cppsource/codestandards.html
반응형
'Development' 카테고리의 다른 글
VC 6.0의 STL 버그 수정화일 (0) | 2006.03.19 |
---|---|
Fixes for Library Bugs in VC++ V5.0/V6.0 (0) | 2006.03.19 |
Vim Intellisense 페이지 (0) | 2006.03.18 |
C++ 용 xUnit 인 CppUnitLite 한번 수정해 봤습니다. (0) | 2006.03.18 |
WinDbg the easy way (0) | 2006.03.14 |