| 000 | 00000cam u2200205 a 4500 | |
| 001 | 000045855216 | |
| 005 | 20151228170951 | |
| 008 | 151228s2005 mau b 001 0 eng d | |
| 010 | ▼a 2004022605 | |
| 020 | ▼a 0321113586 (pbk. : alk. paper) | |
| 035 | ▼a (KERIS)REF000010767523 | |
| 040 | ▼a DLC ▼c DLC ▼d YDX ▼d MUQ ▼d BAKER ▼d DLC ▼d 211009 | |
| 050 | 0 0 | ▼a QA76.73.C153 ▼b S85 2005 |
| 082 | 0 0 | ▼a 005.13/3 ▼2 23 |
| 084 | ▼a 005.133 ▼2 DDCK | |
| 090 | ▼a 005.133 ▼b S967c | |
| 100 | 1 | ▼a Sutter, Herb. |
| 245 | 1 0 | ▼a C++ coding standards : ▼b 101 rules, guidelines, and best practices / ▼c Herb Sutter, Andrei Alexandrescu. |
| 260 | ▼a Boston : ▼b Addison-Wesley, ▼c c2005. | |
| 300 | ▼a xv, 220 p. ; ▼c 24 cm. | |
| 490 | 1 | ▼a The C++ in-depth series |
| 504 | ▼a Includes bibliographical references (p. 187-193) and index. | |
| 650 | 0 | ▼a C++ (Computer program language). |
| 650 | 0 | ▼a Computer programming ▼x Standards. |
| 700 | 1 | ▼a Alexandrescu, Andrei. |
| 830 | 0 | ▼a C++ in-depth series. |
| 945 | ▼a KLPA |
소장정보
| No. | 소장처 | 청구기호 | 등록번호 | 도서상태 | 반납예정일 | 예약 | 서비스 |
|---|---|---|---|---|---|---|---|
| No. 1 | 소장처 과학도서관/Sci-Info(2층서고)/ | 청구기호 005.133 S967c | 등록번호 121235144 (1회 대출) | 도서상태 대출가능 | 반납예정일 | 예약 | 서비스 |
컨텐츠정보
책소개
Consistent, high-quality coding standards improve software quality, reduce time-to-market, promote teamwork, eliminate time wasted on inconsequential matters, and simplify maintenance. Now, two of the world's most respected C++ experts distill the rich collective experience of the global C++ community into a set of coding standards that every developer and development team can understand and use as a basis for their own standards.
The authors cover virtually every facet of C++ programming: design and coding style, functions, operators, class design, inheritance, construction/destruction, copying, assignment, namespaces, modules, templates, genericity, exceptions, STL containers and algorithms, and more. Each standard is described concisely, with practical examples. From type definition to error handling, this book presents C++ best practices, including some that have only recently been identified and standardized--techniques you may not know even if you've used C++ for years. Along the way, you'll find answers to questions like
What's worth standardizing--and what isn't? What are the best ways to code for scalability? What are the elements of a rational error handling policy? How (and why) do you avoid unnecessary initialization, cyclic, and definitional dependencies? When (and how) should you use static and dynamic polymorphism together? How do you practice "safe" overriding? When should you provide a no-fail swap? Why and how should you prevent exceptions from propagating across module boundaries? Why shouldn't you write namespace declarations or directives in a header file? Why should you use STL vector and string instead of arrays? How do you choose the right STL search or sort algorithm? What rules should you follow to ensure type-safe code? Whether you're working alone or with others, C++ Coding Standards will help you write cleaner code--and write it faster, with fewer hassles and less frustration.
Consistent, high-quality coding standards improve software quality, reduce time-to-market, promote teamwork, eliminate time wasted on inconsequential matters, and simplify maintenance. Now, two of the world's most respected C++ experts distill the rich collective experience of the global C++ community into a set of coding standards that every developer and development team can understand and use as a basis for their own coding standards. The authors cover virtually every facet of C++ programming: design and coding style, functions, operators, class design, inheritance, construction/destruction, copying, assignment, namespaces, modules, templates, genericity, exceptions, STL containers and algorithms, and more. Each standard is described concisely, with practical examples. From type definition to error handling, this book presents C++ best practices, including some that have only recently been identified and standardized-techniques you may not know even if you've used C++ for years. Along the way, you'll find answers to questions like What's worth standardizing--and what isn't? What are the best ways to code for scalability? What are the elements of a rational error handling policy? How (and why) do you avoid unnecessary initialization, cyclic, and definitional dependencies? When (and how) should you use static and dynamic polymorphism together? How do you practice "safe" overriding? When should you provide a no-fail swap? Why and how should you prevent exceptions from propagating across module boundaries? Why shouldn't you write namespace declarations or directives in a header file? Why should you use STL vector and string instead of arrays? How do you choose the right STL search or sort algorithm? What rules should you follow to ensure type-safe code? Whether you're working alone or with others, C++ Coding Standards will help you write cleaner code--and write it faster, with fewer hassles and less frustration.
정보제공 :
