Thursday 18 September 2014

21 Free eBooks On C++

C++ is one of the most popular programming languages and is implemented on a wide variety of hardware and operating system platforms. It is a general purpose programming language which is statically typed, free-form, multi-paradigm and compiled. To help you learn more about the language, we bring to you 21 ebooks which are absolutely free!

C++, linux, open source, programming, c++ programming, C++ programming languages, programer, developer




1. More C++ Idioms - Wikibooks, 2012

The objective is to present modern C++ idioms to programmers who have moderate level of familiarity with C++, and help elevate their knowledge so that C++ feels much friendlier to them. It is designed to be an exhaustive catalog of reusable idioms.

2. Data Structures and Algorithm Analysis in C++ by Clifford A. Shaffer - Dover Publications, 2012

A comprehensive treatment focusing on efficient data structures and algorithms, this text explains how to select or design the data structure best suited to specific problems. It uses C++ programming language and is suitable for second-year courses.

3. C++ for C Programmers by JT Kalnay - Smashwords, 2012

A book with exhaustive examples of C++ intended to help a C programmer learn and use C++. The book is not organized in a traditional chapter format, included are example programs that illustrate the important points of C++ in an evolutionary manner.

4. Parallel Programming with Microsoft Visual C++ by Colin Campbell, Ade Miller - Microsoft Press, 2011

This guide introduces you to the most frequently used patterns of parallel programming and provides executable code samples for them, using PPL. When thinking about where to begin, a good place to start is to review the patterns in this book.

5. Language Translation Using PCCTS and C++ by Terence John Parr - Automata Publishing Company, 1993

This book is a reference guide for the parser generator ANTLR, ANother Tool for Language Recognition, and the tree-parser generator SORCERER, which is suited to source-to-source translation. It is valuable to scientists, engineers, or programmers.

6. No Bugs!: Delivering Error-Free Code in C and C++ by David Thielen - Addison-Wesley, 1992

The book offers a revolutionary approach to software development by showing how to write error-free code from the start. Presented are techniques to stop many kinds of bugs from being included in a program. It also discusses how to test programs.

7. Debugging C and C++ code in a Unix environment by J. H. M. Dassen, I. G. Sprinkhuizen-Kuyper – OOPWeb.com

This document describes several techniques and tools for debugging code in C-like languages in a Unix environment. We will also discuss some good coding practices that will diminish the occurrence of certain types of bugs.

8. C++ Reference Guide by Danny Kalev - Informit, 2008

This guide covers constructors, destructors, operator overloading, memory management, templates, namespaces, streams, object-oriented programming principles, standard template library, exception handling, runtime type information, and more.

9. Introduction to Object-Oriented Programming Using C++ by Peter Müller - Globewide Network Academy, 1997

In this course, object-orientation is introduced as a new programming concept which should help you in developing high quality software. Object-orientation is also introduced as a concept which makes developing of projects easier.

10. C++ Programming for Scientists by Roldan Pozo, Karin Remington - NIST

From the table of contents: ANSI C; C++ as a better C; C++ Classes and Objects; Objects in Scientific Computing; Inheritance and Polymorphism; Templates, Exceptions and Observations; Programming Examples; Scientific Library Examples.

11. Visual C++ 6 Unleashed by Mickey Williams, David Bennett - Sams, 2000

Comprehensive coverage of the core topics for Visual C++ 6 programming. The book skips the beginning level material and jumps right in to Visual C++. You will master the 32-bit power of Windows using Visual C++ as your programming language.

12. Industrial Strength C++ by Mats Henricson, Erik Nyquist - Prentice Hall, 1996

This book defines a C++ coding standard that should be usable for almost all programmers. Text and examples explain each individual rule and recommendation. The book covers naming conventions, resource management, code organization, and more.

13. Taligent's Guide to Designing Programs - Taligent Press, 1994

Well-Mannered object-oriented design in C++: this is a brief overview of object-oriented program design, focusing on operating-system development. The text will be of interest to the C++ programmers who need a quick summary of good OOP techniques.

14. Programming the Be Operating System by Dan Parks Sydow - O'Reilly, 1999

This book gives C++ programmers their start to developing the applications on Be operating system. The book begins with simple programs and gradually adds elements of the graphical interface. It carefully describes drawing and message handling.

15. Programming Pearls, 2nd Edition by Jon Bentley - Addison-Wesley Professional, 1999

The book focuses on choosing the right algorithms and on showing how to solve problems effectively. Each chapter frames a particular programming task (sorting numbers, creating anagrams, counting the words). Code examples are written in C and C++.

16. Financial Numerical Recipes in C++ by Bernt Arne Ødegaard, 2007

Useful examples and algorithms for people working within the field of finance. Typical examples are option/derivatives pricing, term structure calculations, mean variance analysis. The author made C++ subroutines that implements common algorithms.

17. C++ Annotations by Frank B. Brokken - University of Groningen, 2008

The book for knowledgeable users of C who would like to make the transition to C++. It is the main textbook for C++ programming courses at the University of Groningen. The text does not cover C++'s basic grammar, which is equal to C's grammar.

18. Optimizing C ++ by Steve Heller - Prentice Hall PTR, 1998

The book provides C++ programmers with a practical approach to code optimization. The text consists of case studies of database problems with various searching and compression algorithms, the source code, and explanation of the solutions.

19. An Introduction to GCC by Brian J. Gough, Richard M. Stallman - Network Theory Ltd, 2004

This manual provides a complete introduction to the GNU C and C++ compilers, common problems and encountered error messages, with numerous easy examples. The text covers compiling using headers and libraries, preprocessor, linking, and more.

20. Data Structures and Algorithms with Object-Oriented Design Patterns in C++ by Bruno R. Preiss - Wiley, 1998

The author presents readers with a modern, object-oriented perspective for looking at data structures and algorithms, clearly showing how to use polymorphism and inheritance, and including fragments from working and tested programs.

21. How to think like a Computer Scientist (C++ Version) by Allen B. Downey, 1999

This book teaches you to think like a computer scientist - to combine the best features of mathematics, natural science, and engineering, to use formal languages to denote ideas, to observe the behavior of complex systems, form hypotheses, etc.

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...