
Stock image for illustration purposes only - book cover, edition or condition may vary.
Description for Safe C++
Paperback. This book contains discussion of some of the most typical mistakes made by us, programmers, in C++ code and also some recipes how to avoid each of these mistakes. Num Pages: 142 pages, Illustrations. BIC Classification: UMN; UMX. Category: (XV) Technical / Manuals. Dimension: 233 x 181 x 8. Weight in Grams: 252.
The C++ programming language allows programmer to make all kinds of mistakes such as access memory beyond the bounds of an allocated array, or read memory which was never initialized, or allocate memory and forget to de-allocate it, e.g. there are great many ways to "shoot yourself in a foot" while programming in C++, and the C++ language will not catch you by the hand and instead will proceed happily until it will either crash or produce an unreasonable result or do something which is in computer literature called by a vague but scary term "an unpredictable behavior". So, in this sense, the C++ is unsafe. This book contains discussion of some of the most typical mistakes made by us, programmers, in C++ code and also some recipes how to avoid each of these mistakes. The undeniable truth is that any program significantly more complex than "Hello, World" would contain some number of errors, also affectionately called "bugs", which are put in there by the Programmer. The Great Question of Programming is how do we make the number of these bugs smaller (that is, without slowing the process of programming to a halt)?
Product Details
Format
Paperback
Publication date
2012
Publisher
O´Reilly Media United States
Number of pages
142
Condition
New
Number of Pages
130
Place of Publication
Sebastopol, United States
ISBN
9781449320935
SKU
V9781449320935
Shipping Time
Usually ships in 7 to 11 working days
Ref
99-1
About Vladimir Kushnir
Vladimir Kushnir obtained his Ph. D. in physics at the Institute for Solid State Physics, Academy of Sciences of the USSR. Since that time, Vladimir worked as an experimental physicist, using FORTRAN, C and then C++, while working at Northwestern University and later at the Argonne National Laboratory. He then went to work with Wall Street firms, focusing mostly on calculations called "financial analytics", and having special interest in taking a calculation and making it run faster, sometimes by an order of magnitude. He lives with his wife Daria in Connecticut and when not programming in C++, enjoys Jazz music and underwater photography in his spare time.
Reviews for Safe C++