|
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
|
|
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
|
|
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
|
|
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
|
|
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 Taligent Application Environment system software platform introduces a powerful new programming model and architecture that enables developers to build exciting applications for a variety of platforms.
http://pcroot.cern.ch/TaligentDocs/TaligentOnline/
created by freebooksandarticles on 2008-06-22 22:29:10
|
|
This book explains what you need to know to move from 4.0, 4.0.1, 4.1, or 4.2 versions of the C++ compiler. If you are moving from still earlier 3.0 or 3.0.1 versions of the C++ compiler, the information still applies. A few additional topics specific to these older compiler versions are addressed. This manual is intended for programmers with a working knowledge of C++ and some understanding of the Solaristrademark operating environment and UNIX® commands.
http://docs.sun.com/source/816-2459/
created by freebooksandarticles on 2008-06-22 22:31:30
|
|
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
|
|
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
|