Practical Debugging in C++
Ann R. Ford, Toby J. Teorey
- 出版商: Prentice Hall
- 出版日期: 2002-01-15
- 售價: $1,060
- 貴賓價: 9.5 折 $1,007
- 語言: 英文
- 頁數: 112
- 裝訂: Paperback
- ISBN: 0130653942
- ISBN-13: 9780130653949
-
相關分類:
C++ 程式語言
已絕版
買這商品的人也買了...
-
$1,600$1,520 -
$1,740$1,653 -
$1,670$1,587 -
$1,320The Java 3D API Specification, 2/e
-
$239Practical Firewalls (Paperback)
-
$650$553 -
$700The Jini Specifications, 2/e (Paperback)
-
$1,670$1,587 -
$580$458 -
$450$351 -
$690$587 -
$4,760$4,522 -
$650$553 -
$760$600 -
$590$466 -
$680$537 -
$420$332 -
$720$569 -
$560$442 -
$560$504 -
$450$356 -
$720$569 -
$390$304 -
$450$351 -
$860$731
相關主題
商品描述
With this book, beginning programmers finally have a practical book on debugging techniques for C++. Practical Debugging in C++ serves as an important companion to any introductory textbook on C++ programming. Whether in the computer lab or at home, programmers should keep this book handy for quick reference when writing and debugging C++ programs.
The book includes chapters on:- common syntactic and semantic programming errors, with illustrative examples
- tracing techniques using output statements (tout) in C++ programs, with examples illustrating how tracing can be easily inserted into your programs
- application of tracing to more advanced C++ constructs such as strings, pointers, structs, and classes
- use of the interactive debugger, with examples from Microsoft Visual C++ and Metrowerks CodeWarrior
Beginning programmers will want to use this book because it is easy and fast to read with many simple examples. It will save many frustrating hours of debugging time when the tracing and system debugger techniques illustrated in the text and figures are applied.
For the intermediate programmer, particularly those with some experience in other languages, this guide provides a quick up-to-speed primer in C++ debugging with a series of examples of common syntax and semantic errors and how they can be detected and corrected.
Instructors in introductory programming classes will want to recommend this book to their students because it will enable them to become much more self-sufficient, greatly reducing the time students will need for individual consultation regarding their programs.
Table of Contents
1.
Introduction.
2. Common Syntax and Semantic Errors.
3. Tracing Techniques for Debugging.
4. Trace Debugging for More Advanced C++ Constructs.
5. Using an Interactive Debugger.
Appendix A: The 32 Most Common Bugs in First Programs.
Appendix B:
Checklist for Error Detection and Prevention.