Thinking in C++: Volume 1: Introduction to Standard C++: Introduction to Standard C++ Vol 1

Thinking in C++: Volume 1: Introduction to Standard C++: Introduction to Standard C++ Vol 1


Yazar Bruce Eckel
Yayınevi Pearson
ISBN 9780139798092
Baskı yılı 2000
Sayfa sayısı 814
Ağırlık 1.22 kg
Edisyon 2
Stok durumu Tükendi   

In the first edition of Thinking in C++, Bruce Eckel synthesized years of C++ teaching and programming experience into a beautifully structured course in making the most of the language. It became an instant classic, winning the 1995 Software Development Jolt Cola Award for best book of the year. Now, Eckel has thoroughly rewritten Thinking in C++ to reflect the final ANSI/ISO C++ standard. Every page has been revisited and rethought, with many new examples and exercises -- all designed to help you understand C++ "down to the bare metal," so you can solve virtually any problem. Eckel starts with a detailed look at objects, showing how C++ programs can be constructed from off-the-shelf object libraries. This edition includes a new, chapter-length overview of the C features that are used in C++ -- plus a new CD-ROM containing an outstanding C seminar that covers all the foundations developers need before they can truly take advantage of C++. Eckel then walks through initialization and cleanup; function overloading and default arguments; constants; inline functions; name control; references and the copy constructor; operator overloading; and more. There are chapters on dynamic object creation; inheritance and composition; polymorphism and virtual functions, and templates. (Bonus coverage of string, templates, and the Standard Template Library, can be found at Eckels web site.) Every chapter contains many modular, to-the-point examples, plus exercises based on Eckels extensive experience teaching C++ seminars. Put simply, Eckel has made an outstanding book on C++ even better.

Preface 1
1 Introduction to Objects 21
2 Making & Using Objects 75
3 The C in C++ 111
4 Data Abstraction 217
5 Hiding the Implementation 259
6 Initialization & Cleanup 283
7 Function Overloading & Default Arguments 309
8 Constants 333
9 Inline Functions 371
10 Name Control 405
11 References & the Copy-Constructor 449
12 Operator Overloading 485
13 Dynamic Object Creation 547
14 Inheritance & Composition 583
15 Polymorphism & Virtual Functions 627
16 Introduction to Templates 689
A Coding Style 747
B Programming Guidelines 759
C: Recommended Reading 775
Index 783