|
A very good collection of legal and free great programming books for C++. All online and most downloadable as a zip or pdf.
http://linkmingle.com/list/Great-List-of-Free-C-pl
created by freebooksandarticles on 2008-06-23 22:18:30
|
|
Thinking in C++, Volume 2: Practical Programming Final version (print version) - December, 2003
http://www.mindviewinc.com/downloads/TICPP-2nd-ed-
created by freebooksandarticles on 2008-06-23 22:15:24
|
|
"Begin at the beginning, and go on till you come to the end: then stop." This method of telling a story is as good today as it was when the King of Hearts prescribed it to the White Rabbit. In this book, we must begin with you, the reader, since my job is to explain a technical subject to you. It might appear that I'm at a severe disadvantage; after all, I've never met you.
http://www.steveheller.com/cppad/cppad.htm
created by freebooksandarticles on 2008-06-22 22:56:21
|
|
A long time ago in a small country in the north... Well, that is one way to start the story about this book. Mats and I hade written a document as part of our job at Ellemtel (a company owned by Ericsson and Telia) that we had made available on the Internet. The document was soon recommended within companies all over the globe and we were approached by some publishers that wanted us to write a book on the topic.
http://hem.passagen.se/erinyq/industrial/
created by freebooksandarticles on 2008-06-22 22:52:24
|
|
This book is about the fundamentals of data structures and algorithms--the basic elements from which large and complex software artifacts are built. To develop a solid understanding of a data structure requires three things: First, you must learn how the information is arranged in the memory of the computer.
http://www.brpreiss.com/books/opus4/
created by freebooksandarticles on 2008-06-22 22:51:21
|
|
Complete 311 page free C++ ebook by Sharam Hekmat of PragSoft Corporation. This book serves as an introduction to the C++ language. It teaches how to program in C++ and how to properly use its features.
http://www.pragsoft.com/books/CppEssentials.pdf
created by freebooksandarticles on 2008-06-22 22:48:05
|
|
The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. You should make sure that you understand how templates work in C++ before you use the STL.
http://www.sgi.com/tech/stl/index.html
created by freebooksandarticles on 2008-06-22 22:43:12
|
|
The complete text of the book has been distilled into one PDF file (1MB) pdfvers.pdf, courtesy of Irwin Oppenheim of the Netherlands.
http://scifac.ru.ac.za/compilers/
created by freebooksandarticles on 2008-06-22 22:41:57
|
|
This page contains information concerning a draft version of a book "A Beginners' C++"; this book is intended for "CS1, CS2" introductory Computer Science courses that use C++ as an implementation language.
http://www.uow.edu.au/~nabg/ABC/ABC.html
created by freebooksandarticles on 2008-06-22 22:41:24
|
|
This book is designed to provide teaching materials to any instructor who wants to use Practical C++ Programming in his classroom. The materials contained in this book contains of a set of slides (for classroom presentation) and teachers' notes (which give hints on how the material might be presented.)
http://www.oualline.com/teach/index.html
created by freebooksandarticles on 2008-06-22 22:37:43
|