Subconsious mind and you

Subconsious mind and you

Sunday 13 November 2011

Thinking in C++ Volume 1 by Bruce Eckel

If you are beginner or intermediate or advance and wishing to learn C++  this book has lots to offer.Considering the fact that there are less good  introductory books in C++,this is really good book to start with The book starts with the basic difference between C and C++ and then dive into the concepts of C++.In the first chapter only you will get very good explanation of Object oriented programming.

Topics covered: Introduction to objects, inheritance, composition, polymorphism, exception handling, analysis and design fundamentals, advantages of C++, transitioning from C, compiling and building programs, writing C++ functions, flow control, C++ operators, data types, casting, debugging tips, pointers to functions, designing reusable C++ classes, conditional compilation and header files, access specifiers, constructors and destructors, function overloading and default arguments, using const and static effectively, inlining, namespaces, references, copy constructors, operator overloading, using new and delete for dynamic objects, virtual functions, abstract classes, introduction to templates, and iterators.

IF you want to go for more advance  C++ topics and want to learn more go for Thinking in C++  Volume 2 by Bruce Eckel


No comments:

Post a Comment