by VictorShtern (Author)
For courses in C++, C++ Intermediate Programming, and Visual C++.
For developers with experience in any language, Victor Shtern's Core C++ teaches C++ the right way: by applying the best software engineering practices and methodologies to programming in C++. Even if you've already worked with C++, this comprehensive book will show you how to build code that is more robust, far easier to maintain and modify, and far more valuable.
Shtern's book teaches object-oriented principles before teaching the language, helping you derive all the power of object-oriented development to build superior software. Learn how to make design decisions based on key criteria such as information hiding and pushing responsibilities from clients down to server classes. Then, master every key feature of ANSI/ISO C++ from a software engineer's perspective: classes, methods, const modifiers, dynamic memory management, class composition, inheritance, polymorphism, I/O, and much more.
If you want to build outstanding C++ software, coding skill isn't enough. Objects aren't enough. You must design, think, and program using today's best software engineering practices-and with Core C++, you will.
Format: Paperback
Pages: 1280
Edition: 1
Publisher: Prentice Hall This is the next C++ classic. For developers with experience in any language, Victor Shtern teaches C++ the right way: with a laser-sharp focus on software engineering, using the best object-oriented techniques. Even if you've already worked with C++, this comprehensive book shows you how to build code that is more robust, easier to maintain -- and far more valuable. Shtern has built his C++ courses, training and this book on the assumption that most C++ programmers do not take advantage of the most important elements of the object-oriented language in order to build code for easy maintenance and modification (and, therefore, longer life). Core C++ shows how to do so, applying a software engineer's methodology to every aspect of code development. Learn how to make informed decisions that lead to dramatically higher code quality, based on key criteria such as cohesion, coupling, information hiding, and encapsulation. Master C++ classes in the context of today's best software engineering practices, learning the proper use of data members, member functions, access control, messages, modifiers, encapsulation, overloading, and dynamic memory management. Shtern introduces class composition, the core technique of C++ object-oriented programming -- addressing key issues such as when to avoid inheritance. He concludes by demonstrating the best ways to use advanced C++ features such as I/O libraries and templates.
Published: 24 Jul 2000
ISBN 10: 0130857297
ISBN 13: 9780130857293
Book Overview:
Victor Shtern is Professor at Boston University's Metropolitan College, considered one of the top U.S. schools for working professionals. In addition to teaching C++ at the university level, Shtern also teaches training courses to experienced programmers.
Technical Reviewers: Dan Costello, Senior Software Engineer, GE Marquette Medical Systems Steve Glass, Senior Software Engineer, Motorola
Technical Editor: Clovis Tondo, author of The C Answer Book and The C++ Answer Book