𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

C++ Coding Standards: 101 Rules, Guidelines, and Best Practices

✍ Scribed by Herb Sutter, Andrei Alexandrescu


Publisher
Addison-Wesley Professional
Year
2004
Tongue
English
Leaves
240
Series
The C++ In-Depth Series
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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.

✦ Subjects


Π‘ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΠ°;ΠšΠΎΠΌΠΏΡŒΡŽΡ‚Π΅Ρ€Π½Π°Ρ Π»ΠΈΡ‚Π΅Ρ€Π°Ρ‚ΡƒΡ€Π°;C / C++;


πŸ“œ SIMILAR VOLUMES


C++ Coding Standards: 101 Rules, Guideli
✍ Herb Sutter, Andrei Alexandrescu πŸ“‚ Library πŸ“… 2004 πŸ› Addison-Wesley Professional 🌐 English

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++ communi

C++ coding standards: 101 rules, guideli
✍ Sutter, Herb;Alexandrescu, Andrei πŸ“‚ Library πŸ“… 2004;2011 πŸ› Addison-Wesley Professional 🌐 English

Every software development team should have and follow a coding standard.It's even better when what the coding standard requires is actually consistent, reasonable, and correct.Coding standards have many advantages: *They improve code quality. This happens automatically when following agood, simple