| Safe C++ Design Principles, First Edition |
Published: Sat, Jan 28, 2006
By Thomas Hruska
Safe C++ Design Principles (First Edition) has been released. This e-book teaches fundamental application design strategies used by professional software developers.
Bad user interface designs are everywhere. Safe C++ Design Principles guides the reader to understanding how the user thinks. This goal is accomplished by building an architecture in C++ that is safe from memory leaks, secure from vulnerabilities such as the increasingly common buffer overflow attack, and is cross-platform capable.
Security vulnerabilities are being found everywhere in operating systems and seemingly benign applications by hackers. Safe C++ Design Principles shows how to develop software in C++ that is relatively free from security vulnerabilities and crash bugs.
Learn more and view a sample chapter at:
http://www.cubiclesoft.com/SafeCPPDesign/
|