Top C++ Books that makes C++ Learning Easy......
(1)The_C++_Programming_Language
by_Bjarne Stroustrup
This book introduces standard C++† and the key programming and design techniques supported by C++. Standard C++ is a far more powerful and polished language than the version of C++ introduced by the first edition of this book. New language features such as namespaces, exceptions, templates, and runtime type identification allow many techniques to be applied more directly than was possible before, and the standard library allows the programmer to start from a much higher level than the bare language. About a third of the information in the second edition of this book came from the first. This third edition is the result of a rewrite of even larger magnitude. It offers something to even the most experienced C++ programmer; at the same time, this book is easier for the novice to approach than its predecessors were. The explosion of C++ use and the massive amount of experience accumulated as a result makes this possible.
Click Here to Download The PDF Book...
(2) The C++ Weekend Crash Course
by_Stephen R. Davis
C++ Weekend Crash Course teaches the reader C++ in one admittedly busy weekend: 30 sessions of a half-hour each, for 15 hours stretching from Friday evening to Sunday afternoon. At the end of each part of the book, you’ll get a chance to pause, reflect, and review what you’ve just learned before pushing on through the rest. C++ Weekend Crash Course is intended for the beginner through the intermediate reader. This book serves the beginner by not assuming any knowledge of programming or programming concepts. The first few lessons go over real-world, non-techie explanations of what programming is. This book is also great for the home programmer. The multiple examples demonstrate programming techniques used in modern, high speed programs.
Click Here To Download PDF Book...
(3) The C++ Essantials
by_Sharam Hekmat
The book is divided into 12 chapters. Each chapter has a flat structure, consisting of an unnumbered sequence of sections, most of which are limited to one or two pages. The aim is to present each new topic in a confined space so that it can be quickly grasped. Each chapter ends with a list of exercises. Answers to all of the exercises are provided in an appendix. Readers are encouraged to attempt as many of the exercises as feasible and to compare their solutions against the ones provided. For the convenience of readers, the sample programs presented in this book (including the solutions to the exercises) and provided in electronic form.
The book is divided into 12 chapters. Each chapter has a flat structure, consisting of an unnumbered sequence of sections, most of which are limited to one or two pages. The aim is to present each new topic in a confined space so that it can be quickly grasped. Each chapter ends with a list of exercises. Answers to all of the exercises are provided in an appendix. Readers are encouraged to attempt as many of the exercises as feasible and to compare their solutions against the ones provided. For the convenience of readers, the sample programs presented in this book (including the solutions to the exercises) and provided in electronic form.
Click Here To Download PDF Book...
(4) The C++ Tutorials
by_Juan SouliƩ
The tutorial is divided in 6 parts and each part is divided on its turn into different sections covering a topic each one. You can access any section directly from the section index available on the left side bar, or begin the tutorial from any point and follow the links at the bottom of each section.Many sections include examples that describe the use of the newly acquired knowledge in the chapter. It is recommended to read these examples and to be able to understand each of the code lines that constitute it before passing to the next chapter. A good way to gain experience with a programming language is by modifying and adding new functionalities on your own to the example programs that you fully understand. Don't be scared to modify the examples provided with this tutorial, that's the way to learn!

About
Tags
Popular


0 comments:
Post a Comment