May 9, 2014

Teach You All About C++

1.C++ In Action

In this book you won't find examples of boring payroll applications or programs for grading students. Instead you'll witness the development of a simple parser and a symbolic calculator from a simple command-line program to a GUI Windows application. In the process you'll learn how to use C++ like a real pro.

2.C++ Demystified

This hands-on, step-by-step resource will guide you through each phase of C++ programming, providing you with the foundation to discover how computer programs and programming languages work.

3.The Boost C++ Libraries

This book is an introduction to the Boost C++ Libraries which complement the C++ standard by adding functions helpful in practice. As the Boost C++ Libraries are based on the C++ standard, they are implemented using state-of-the-art C++. They are platform independent and are supported on many operating systems including Windows and Linux by a large developer community.

4.Open Data Structures (in C++)

This book is intended to teach the design and analysis of basic data structures and their implementation in an object-oriented language. In this edition, the language happens to be C++.

5.Software Design Using C++

These web pages attempt to provide the material needed for three complete computer science courses: what are typically called CS 1, CS 2, and a data structures course, all using C++ as the programming language.

6.Data Structures and Algorithms with Object-Oriented Design Patterns in C++

This book is about the fundamentals of data structures and algorithms--the basic elements from which large and complex software artifacts are built. This book also illustrates object-oriented design and it promotes the use of common, object-oriented design patterns. The algorithms and data structures in the book are presented in the C++ programming language.

7.Learn C++

LearnCpp.com is a totally free website devoted to teaching you to program in C++. Whether you’ve had any prior experience programming or not, the tutorials on this site will walk you through all the steps you’ll need to know in order to create and compile your programs.

8.Software optimisation resources

This series of five manuals describes everything you need to know about optimising code for x86 and x86-64 family microprocessors, including optimisation advices for C++ and assembly language, details about the micro-architecture and instruction timings of most Intel, AMD and VIA processors, and details about different compilers and calling conventions. 



For more information don't forget to check the site         

No comments:

Post a Comment