Thinking in C++, Volume 1, 2nd Edition

ADVERTISEMENT


Content preview:

# Chapter 1: Introduction to Objects. The chapter walks you through the basic concepts and features of OOP and also introduces the analysis and design process. In addition, you?ll learn about the benefits and concerns of adopting the language and suggestions for moving into the world of C++.

# Chapter 2: Making and Using Objects. This chapter explains the process of building programs using compilers and libraries. It introduces the first C++ program in the book and shows how programs are constructed and compiled. Then some of the basic libraries of objects available in Standard C++ are introduced.

# Chapter 3: The C in C++. This chapter is a dense overview of the features in C that are used in C++, as well as a number of basic features that are available only in C++. It also introduces the ?make? utility that?s common in the software development world and that is used to build all the examples in this book (the source code for the book, which is available at www.BruceEckel.com, contains makefiles for each chapter).

Download Thinking in C++, Volume 1, 2nd Edition.Pdf:

[smartads]
Download file

Leave a Reply


Map: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67