This is a must if you want to do something serious with C++ .If you have read Bruce Eckel Thinking in ++ Volume 1 you must be familiar with his writing style of breaking complex topics to small and different parts which makes the reader easy to grasp .
The book picks up where the Volume 1 left us.Volume 1 covered core C++ concepts like objects,data abstraction,function overloading and default argument and this book covers the rest like IO streams, exceptions, multiple inheritance, and runtime type inference.
The book though is not visually appealing but is mandatory to learn C++ to the core.The book promises to make your concept crystal clear.My advice is if you want to learn C++ you shouldn't leave this book untouched . It's really very rich in
examples, unusual advanced techniques, and plenty of wisdom.
The book picks up where the Volume 1 left us.Volume 1 covered core C++ concepts like objects,data abstraction,function overloading and default argument and this book covers the rest like IO streams, exceptions, multiple inheritance, and runtime type inference.
The book though is not visually appealing but is mandatory to learn C++ to the core.The book promises to make your concept crystal clear.My advice is if you want to learn C++ you shouldn't leave this book untouched . It's really very rich in
examples, unusual advanced techniques, and plenty of wisdom.
No comments:
Post a Comment