Jump to ratings and reviews
Rate this book

Exploring C++ 11 (Expert's Voice in C++) 2nd edition by Lischner, Ray (2013) Paperback

Rate this book
Exploring C++ divides C++ up into bite-sized chunks that will help you learn the language one step at a time. Assuming no familiarity with C++, or any other C-based language, you'll be taught everything you need to know in a logical progression of small lessons that you can work through as quickly or as slowly as you need.C++ can be a complicated language. Writing even the most straight-forward of programs requires you to understand many disparate aspects of the language and how they interact with one another. C++ doesn't lend itself to neat compartmentalization the way other languages do. Rather than baffle you with complex chapters explaining functions, classes and statements in isolation we'll focus on teaching you how to achieve results. By learning a little bit of this and a little of that you'll soon have amassed enough knowledge to be writing non-trivial programs and will have built a solid foundation of experience that puts those previously baffling concepts into context.In this fully-revised second edition of Exploring C++, you'll learn how to use the standard library early in the book. Next, you'll learn to work with operators, objects and data-sources in increasingly realistic situations. Finally, you'll start putting the pieces together to create sophisticated programs of your own design confident that you've built a firm base of experience from which to grow. What you'll learn Learn how to use C++ from first principles in a practical hands-on way. Understand how to use Custom types, virtual functions and objects to structure your code Build your own function templates, namespaces and containers from the ground up. Put everything together to create sophisticated programs that work with pointers, dynamic memory and overloaded functions to achieve the results you want. Who this book is forRead this book if you want to learn C++ and have a basic understanding of how computer programs work. You don't need to know a C-based language before you start, but a basic understanding of how programs are structured is helpful

Paperback

First published December 1, 2013

9 people want to read

About the author

Ray Lischner

26 books1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
1 (25%)
4 stars
3 (75%)
3 stars
0 (0%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
441 reviews5 followers
December 7, 2020
great book that would bring you up to speed with C++11 (star taken, because we really need a C++20 version); pragmatic to the point and requiring quite some effort from reader, but it's definitely worth it (i.e. if you put it in you will learn and understand more than 'just' touring pages of other C++ books, imho the subject matter become so convoluted that without active learning it's impossible to master it)
Profile Image for Ludwig.
42 reviews
April 2, 2018
Finished first reading!
It is a good book introducing C++ 11 features in a clear and nice way with good sense of humour.
Have enjoyed reading it!
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.