Seasoned C++ programmer Matthew Telles shows developers at any level of experience how to save hours by improving, refactoring, and debugging their code Some of the techniques covered include mastering asserts, creating a complete class, hiding a method of a base class, freeing blocks of memory, imp
C++ Timesaving Techniques For Dummies
โ Scribed by Matthew Telles
- Publisher
- Wiley
- Year
- 2005
- Tongue
- English
- Leaves
- 507
- Series
- For dummies
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
- Seasoned C++ programmer Matthew Telles shows developers at any level of experience how to save hours by improving, refactoring, and debugging their code
- Some of the techniques covered include mastering asserts, creating a complete class, hiding a method of a base class, freeing blocks of memory, implementing a simple locking mechanism, creating debugging macros, checking for errors at run-time, finding and fixing memory leaks, and reducing code complexity
- The easy-to-follow, two-column Timesaving Techniques format makes mastering each timesaver a snap
- C++ is one of today's most widely used programming languages, with compilers offered by Microsoft, Borland, and Code Warrior
- This book is the perfect companion to C++ For Dummies , Fifth Edition (0-7645-6852-3)
๐ SIMILAR VOLUMES
Seasoned C++ programmer Matthew Telles shows developers at any level of experience how to save hours by improving, refactoring, and debugging their code Some of the techniques covered include mastering asserts, creating a complete class, hiding a method of a base class, freeing blocks of memory, imp
* Seasoned C++ programmer Matthew Telles shows developers at any level of experience how to save hours by improving, refactoring, and debugging their code* Some of the techniques covered include mastering asserts, creating a complete class, hiding a method of a base class, freeing blocks of memory,
<ul> <li>Seasoned C++ programmer Matthew Telles shows developers at any level of experience how to save hours by improving, refactoring, and debugging their code <li>Some of the techniques covered include mastering asserts, creating a complete class, hiding a method of a base class, freein
Most books cover the syntax of the language. This book covers some interesting tips on how to use it effectively. In particular, I was drawn to this book for its example of a class factory. Not a topic covered in most books.