Accelerated C++
Autor Andrew Koenig, Barbara E. Mooen Limba Engleză Paperback – 30 sep 2000
Accelerated C++ introduces a radical new approach to teaching C++. It starts with the most useful concepts rather than the most primitive ones, so the student can begin writing programs immediately. It describes real problems and solutions, not just language features. And it includes the standard library from the start. The authors proved the effectiveness of this approach in their courses at Stanford and Princeton, where their students learned to write substantial programs their first day in the classroom.
Preț: 264.12 lei
Preț vechi: 330.15 lei
-20% Nou
Puncte Express: 396
Preț estimativ în valută:
50.55€ • 52.69$ • 42.08£
50.55€ • 52.69$ • 42.08£
Carte indisponibilă temporar
Doresc să fiu notificat când acest titlu va fi disponibil:
Se trimite...
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780201703535
ISBN-10: 020170353X
Pagini: 352
Dimensiuni: 189 x 231 x 19 mm
Greutate: 0.59 kg
Ediția:1
Editura: Addison-Wesley Professional
Locul publicării:Boston, United States
ISBN-10: 020170353X
Pagini: 352
Dimensiuni: 189 x 231 x 19 mm
Greutate: 0.59 kg
Ediția:1
Editura: Addison-Wesley Professional
Locul publicării:Boston, United States
Descriere
Want to learn how to program in C++ immediately? Want to start writing better, more powerful C++ programs today? Accelerated C++'s uniquely modern approach will help you learn faster and more fluently than you ever believed possible. Based on the authors' intensive summer C++ courses at Stanford University, Accelerated C++ covers virtually every concept that most professional C++ programmers will ever use -- but it turns the "traditional" C++ curriculum upside down, starting with the high-level C++ data structures and algorithms that let you write robust programs immediately. Once you're getting results, Accelerated C++ takes you "under the hood," introducing complex language features such as memory management in context, and explaining exactly how and when to use them. From start to finish, the book concentrates on solving problems, rather than learning language and library features for their own sake. The result: You'll be writing real-world programs in no time -- and outstanding code faster than you ever imagined.
Cuprins
Preface.
0. Getting Started.
Comments.#include.The Main Function.Curly Braces.Using the Standard Library for Output.The Return Statement.A Slightly Deeper Look.Details.
1. Working with Strings.
Input.Framing a Name.Details.
2. Looping and Counting.
The Problem.Overall Structure.Writing an Unknown Number of Rows.Writing a Row.The Complete Framing Program.Counting.Details.
3. Working with Batches of Data.
Computing Student Grades.Using Medians Instead of Averages.Details.
4.Organizing Programs and Data.
Organizing computations.Organizing Data.Putting it All Together.Partitioning the Grading Program.The Revised Grading Program.Details.
5. Using Sequential Containers and Analyzing Strings.
Separating Students into Categories.Iterators.Using Iterators Instead of Indices.Rethinking Our Data Structure for Better Performance.The List Type.Taking Strings Apart.Testing Our Split Function.Putting Strings Together.Details.
6. Using Library Algorithms.
Analyzing Strings.Comparing Grading Schemes.Classifying Students, Revisited.Algorithms, Containers, and Iterators.Details.
7. Using Associative Containers.
Containers that Support Efficient Look-Up.Counting Words.Generating a Cross-Reference Table.Generating Sentences.A Note on Performance.Details.
8. Writing Generic Functions.
What is a Generic Function?Data-Structure Independence.Input and Output Iterators.Using Iterators for Flexibility.Details.
9. Defining New Types.
Student_info revisited.Class Types.Protection.The Student_info class.Constructors.Using the Student_info class.Details.
10. Managing Memory and Low-Level Data Structures.
Pointers and Arrays.String Literals Revisited.Initializing Arrays of Character Pointers.Arguments to Main.Reading and Writing Files.Three Kinds of Memory Management.Details.
11. Defining Abstract Data Types.
The Vec Class.Implementing the Vec Class.Copy Control.Dynamic Vecs.Flexible Memory Management.Details.
12. Making Class Objects Act Like Values.
A Simple String Class.Automatic Conversions.Str Operations.Some Conversions are Hazardous.Conversion Operators.Conversions and Memory Management.Details.
13. Using Inheritance and Dynamic Binding.
Inheritance.Polymorphism and Virtual Functions.Using Inheritance to Solve Our Problem.A Simple Handle Class.Using the Handle Class.Subtleties.Details.
14. Managing Memory (Almost) Automatically.
Handles that Copy their Objects.Reference-Counted Handles.Handles that Let you Decide When to Share Data.An Improvement on Controllable Handles.Details.
15. Revisiting Character Pictures.
Design.Implementation.Details.
16. Where Do We Go From Here?
Use the Abstractions You Have.Learn More.
Appendix A. Language Details.
Declarations.Types.Expressions.Statements.
Appendix B. Library Summary.
Input-Output.Containers and Iterators.Algorithms.
Index. 020170353XT04062001
Notă biografică
Andrew Koenig is a member of the Large-Scale Programming Research Department at AT&T's Shannon Laboratory, and the Project Editor of the C++ standards committee. A programmer for more than 30 years, 15 of them in C++, he has published more than 150 articles about C++, and speaks on the topic worldwide.
Barbara E. Moo is an independent consultant with 20 years' experience in the software field. During her nearly 15 years at AT&T, she worked on one of the first commercial products ever written in C++, managed the company's first C++ compiler project, and directed the development of AT&T's award-winning WorldNet Internet service business.
0
Barbara E. Moo is an independent consultant with 20 years' experience in the software field. During her nearly 15 years at AT&T, she worked on one of the first commercial products ever written in C++, managed the company's first C++ compiler project, and directed the development of AT&T's award-winning WorldNet Internet service business.
0
Textul de pe ultima copertă
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 UniversityWhy is Accelerated C++ so effective? Because it
020170353XB04062001
--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 UniversityWhy 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.
020170353XB04062001