Accelerated C++: Practical Programming by Example (C++ In-Depth Series)
|
| List Price: | $44.99 |
| Price: | $31.21 & eligible for FREE Super Saver Shipping on orders over $25. Details |
Availability: Usually ships in 24 hours
Ships from and sold by Amazon.com
62 new or used available from $26.97
Average customer review:Product Description
Why is Accelerated C++ so effective? Because it
*Starts with the most useful concepts rather than the most primitive ones: You can begin writing programs immediately.
*Describes real problems and solutions, not just language features: You see not only what each feature is, but also how to use it.
*Covers the language and standard library together: You can use the library right from the start.
The authors proved this approach in their professional-education course at Stanford University, where students learned how to write substantial programs on their first day in the classroom.
Product Details
- Amazon Sales Rank: #33774 in Books
- Published on: 2000-08-24
- Original language: English
- Number of items: 1
- Binding: Paperback
- 352 pages
Editorial Reviews
Amazon.com
If you don't have a lot of time, but still want to learn the latest in C++, you don't have to learn C first. You might learn more by digging into current language features and classes from the very beginning. That's the approach that's offered by Accelerated C++, a text that delves into more advanced C++ features like templates and Standard Template Library (STL) collection classes early on. This book arguably can get a motivated beginning programmer into C++ more quickly than other available tutorials.
What separates this title from the rest of the pack is that it jumps right in with samples that take advantage of the Standard C++ of today--from streams to built-in container classes, such as vectors and linked lists. Early examples are more complex than in other books, but the thoroughness and relaxed pace of the explanations will bring the novice up to speed. (Although it ships at a slender 350 pages, Accelerated C++ is packed with samples, tips, and example problems; about 10 per chapter.)
After a tour of basic C++, the book looks at more advanced C++ features, such as templates, including built-in support for containers. Besides tapping the strength of Standard C++, you also will learn to design with your own templates. (Other tutorials would defer this material until later on.) The authors have tested the approach in the book in their own teaching, and honed a set of worthwhile examples that will help anyone get familiar with these powerful language features. All examples make use of the command line and console (without GUI programs), but the advantage is that this code should run on any of today's operating systems and compilers. Later sections cover the basics of class design, which include good coverage of operator overloading and inheritance.
With its innovative approach to teaching the language, Accelerated C++ will challenge readers in the right way. It suggests that you don't need to learn C to be productive in C++. Written in an approachable style, it deserves a close look from any C++ novice. --Richard Dragan
Topics covered:
- Introduction to C++
- Console I/O with stream classes
- Basic string handling
- Loop and flow-control statements
- Arrays
- Using functions and methods
- Using Standard Template Library (STL) containers (vectors, linked lists, and maps)
- Iterators
- Sorting and generic functions
- Basic class design
- Pointers and arrays
- File I/O
- Memory-management techniques, including statically and dynamically allocated memory
- Adding stream support to custom classes
- Conversion operators
- Operator overloading
- Friend functions
- Inheritance
- Polymorphism and virtual functions
- Handle idioms for classes, including reference counting
- Quick reference to the C++ language
Book Info
(Pearson Education) Contents include working with strings, looping and counting, working with batches of data, organizing programs and data, using sequential containers and analyzing strings, using library algorithms, using associative containers, writing generic functions, defining abstract data types, and more. Softcover. DLC: C++ (Computer program language).
From the Back Cover
This is a first-rate introductory book that takes a practical approach to solving problems using C++. It covers a much wider scope of C++ programming than other introductory books I've seen, and in a surprisingly compact format.
--Dag Brück, founding member of the ANSI/ISO C++ committeeThe authors present a clear, cogent introduction to C++ programming in a way that gets the student writing nontrivial programs immediately.
--Stephen Clamage, Sun Microsystems, Inc., and chair of the ANSI C++ committeeAnyone reading just this one book and working through the examples and exercises will have the same skills as many professional programmers.
--Jeffrey D. Oldham, Stanford University
Why is Accelerated C++ so effective? Because it
- Starts with the most useful concepts rather than the most primitive ones: You can begin writing programs immediately.
- Describes real problems and solutions, not just language features: You see not only what each feature is, but also how to use it.
- Covers the language and standard library together: You can use the library right from the start.
Whether you are eager to get started writing your first C++ programs, or you are already using C++ and seeking deeper understanding, the authors' unique approach and expertise make Accelerated C++ an indispensable addition to your library.
020170353XB04062001
Customer Reviews
Perfect for self-study
First, my background: I had abandoned the computer science program at my university in favor of mathematics two years before I gave this book (one of my old texts) a serious look. I came back to it when research projects and Matlab make my interest in programming return.
This book is a little gem--for someone with at least a little programming experience, it moves along with an excellent learning curve, zipping along without leaving the reader confused. This book is not for a total beginner to programming, as it expects you to know how to compile and build programs on your system already. Still, as long as you have at least a tiny bit of programming knowledge, this is the best introduction for teaching yourself C++ that I've seen.
A new way of teaching. And how good it is!
This book doesn't do thing traditionally like normal tutorials you find on the World Wide Web. The people who have written this text CLEARLY know both c++ and pedagogics.
When their experience in pedagogics is shining through this book you really learn what you want to learn...
Anyone who is a beginner or a semi-beginner should pick up this book.
This is the ONLY BOOK you MUST READ
I do not understand how some people can give negative reviews for this book. This book is MUST have in case if you want to get basic to intermediate level of C++ programming.
I wish they publish something for advanced level programming.
A+




