|
FreeComputerBooks.com
Free Computer, Mathematics, Technical Books and Lecture Notes, etc.
|
|
-
Data Structures and Algorithm Analysis in C++, 3rd Edition ©2012
A comprehensive treatment focusing on the creation of efficient data structures and algorithms, using C++.
-
Fundamentals of Programming C++ ©2012 (Richard L. Halterman)
This book teaches the basics of C++ programming in an easy-to-follow style, without assuming previous experience in any other language.
-
Structured Programming with C++ ©2012 (Kjell Bäckman)
The purpose of this book is primarily to teach how to 'think programming' and secondarily to teach C++ code.
-
C++ Succinctly: C++ for C# Developers ©2012 (M. McLaughlin)
This book was written to help professional C# developers learn modern C++ programming.
-
C++ For C Programmers ©1994-2012 (JT Kalnay)
A textbook of C++ examples intended for C programmers. It is a transition tool for C programmers.
-
C++ Annotations ©1994-Date (Frank B. Brokken)
This free book covers C++11 and is intended for knowledgeable users of C (any other language using a C-like gramma, like Perl or Java)
-
The Boost C++ Libraries ©2011 (Boris Schaling)
This book is an introduction to the Boost C++ Libraries. The Boost C++ Libraries complement the C++ standard and add many practical tools.
-
Parallel Programming with Microsoft Visual C++ (Colin Campbell)
This book introduces you to the most important and frequently used patterns of parallel programming and provides executable code samples for them, using PPL.
-
3D Math Primer for Graphics and Game Development (Fletcher Dunn)
Working C++ classes for mathematical and geometric entities and several different matrix classes illustrate how to put the techniques into practice, and exercises at the end of each chapter help reinforce the 3D programming concepts.
-
Beginning C++ Through Game Programming, 3rd Ed (M. Dawson)
This book approaches learning C++ from the unique and fun perspective of games. . Written for the beginning game developers or programmers.
-
GNU Make: A Program for Directed Compilation ©2002-2010
This book will show you how to write your own makefiles. It provides a complete explanation of Make, both the basics and extended features.
-
Introduction to Design Patterns in C++ with Qt 4 (Alan Ezust)
This book is a complete tutorial and reference that assumes no previous knowledge of C, C++, objects, or patterns.
-
C++ GUI Programming with Qt 4, 2nd Edition (Jasmin Blanchette)
Whether you're new to Qt or upgrading from an older version, this book can help you accomplish everything that Qt 4.3 makes possible.
-
Programming Fundamentals: A Structured Approach Using C++
This book is an introduction to computer programming using C++ as the language for writing programmes.
-
How to Think Like a Computer Scientist, C++ Version ©1999-2009
The goal of this book is to teach you to think like a computer scientist, using C++ as the programming language.
-
The InformIT C++ Reference Guide ©2005-2009 (Danny Kalev)
It offers the fundamentals of C++ knowledge, as well as essays, commentaries, and opinions that make it much more that your basic introduction to C++.
-
Software Design Using C++ ©2009 (David Carlson, Isidore Minerdg)
This book provides the material needed for three complete computer science courses and a data structures course, all using C++ as the programming language.
-
Creating Games in C++: A Step-by-Step Guide ©2007 (David Conger)
Do you love video games? This book has everything you need to create your first game in C++.
-
Financial Numerical Recipes in C++: Applications in Finance
This book provides a good deal of useful examples and algorithms for people working within the field of finance, in C++.
-
Financial Applications using Excel Add-in in C/C++ (Steve Dalton)
This is the only complete how-to guide and reference book for the creation of high performance add-ins for Excel in C and C++ for users in the finance industry.
-
Interfacing with C++: Programming Real-World Applications
This book is for people who are interested in learning and exploring electronic interfacing as well as C++ programming in a practicable and enjoyable way.
-
Cross-Platform GUI Programming with wxWidgets (Julian Smart)
This book is the best way for beginning developers to learn wxWidgets programming in C++ - a must-have for wxWidgets programmers.
-
Mastering C++ ©1999-2006 (K. R. Venugopal, B. Rajkumar
This book covers concepts such as programming paradigms, the need for OOPs technology, extending C/C++ at a glance, fundamental constructs, etc.
-
Modern Multithreading using Java, C++, and Win32 Programs
Readers learn how to create threads in Java and C++, and develop essential concurrent programming and problem-solving skills.
-
C++ Essentials ©2005 (Sharam Hekmat)
This book introduces C++ as an object-oriented programming language. No previous knowledge of C or any other programming language is assumed.
-
C++ GUI Programming with Qt 3 ©2004 (Jasmin Blanchette)
This book provides all the information needed to become a professional Qt developer. It also covers cross platform GUI programming
-
An Introduction to GCC: for the GNU Compilers GCC and G++
This book provides a complete tutorial introduction to the GNU C and C++ compilers, gcc and g++.
-
Excel Add-in Development in C/C++: Applications in Finance
For anyone who wants to do any application development in Excel. Even for an old hand at Excel development, a brief skim through reveals valuable nuggets of information.
-
O'Reilly® Managing Projects with GNU Make ©2004 (Mecklenburg)
It provides guidelines on meeting the needs of large, modern projects. It also covers advanced topics such as portability, parallelism, and use with Java.
-
Lexical Analysis and Parsing using C++ ©2004 (Bruno R. Preiss)
This textbook describes all phases of a modern compiler. A unique feature is a practical implementation project in C++.
-
C++: A Beginner's Guide, Second Edition ©2003 (Herbert Schildt)
Written by Herb Schildt, the world's leading programming author, this step-by-step book is ideal for first-time programmers or those new to C++.
-
Wireless Game Development in C/C++ with BREW ©2003
It takes you through the fundamentals of the BREW API, including graphics, sound, and input, and brings it all together with a complete example of a working game.
-
Applied C++: Techniques for Building Better Software ©2003
It takes C++ a step further from the books that describe specific features of C++. It provides concrete techniques and methods for delivering commercial-quality software.
-
Developing and Porting C and C++ Applications on Aix
This book will help experienced UNIX application developers who are new to the AIX operating system.
-
Parallel and Distributed Programming Using C++ ©2003 (C. Hughes)
This book provides an up-close look at how to build software that can take advantage of multiprocessor computers.
-
Thinking in C++, Vol 1: Introduction to Standard C++ (2nd Edition)
Thinking in C++ by Bruce Eckel is the one C++ book you must have if you're doing serious development with C++.
-
Thinking in C++, Vol 2: Practical Programming ©2003 (Bruce Eckel)
Thinking in C++, Volume 2 covers of advanced topics all professional C++ developers must master.
-
Memory Management: Algorithms and Implementations in C/C++
This book presents several concrete implementations of garbage collection and explicit memory management algorithms.
-
Virtual Machine Design and Implementation in C/C++ ©2002
This book provides an in-depth look at the construction and underlying theory of a fully functional virtual machine and an entire suite of related development tools.
-
C++, A Dialog: Programming with the C++ Standard Library ©2002
It teaches C++ from scratch, through a one-on-one conversation with an intelligent beginner who asks the questions you'd ask.
-
C++ Network Programming with ACE Frameworks ©2002 (Schmidt)
This book is a practical guide to designing object-oriented frameworks and shows developers how to apply frameworks to concurrent networked applications.
-
Object-Oriented Programming in C++, 4th Ed ©2001 (Robert Lafore)
It begins with the basic principles of the C++ programming language and systematically introduces increasingly advanced topics while illustrating the OOP methodology.
-
C++ in Action: Industrial Strength Programming Techniques ©2001
This is a modern guide to using C++ langugage, including how to apply it to Windows programming. Shows how to write programs for programmers, not computers.
-
Industrial Strength C++: Rules and Recommendations ©1996-2001
this book presents proven strategies for using and programming in the C++ object-oriented language in the form of easy-to-follow lists of rules and recommendations.
-
Computer Science Tapestry: Exploring Programming in C++ ©2000
This book is designed for a first course1 in computer science that uses C++ as the language by which programming is studied.
-
Visual C++ 6 Unleashed ©2000 (Mickey Williams, David Bennett)
This book provides comprehensive coverage of the core topics for Visual C++ 6 programming.
-
ANSI/ISO C++ Professional Programmer's Handbook ©1999
It contains tips and guidelines for exerting the full potential of C++ as a multi-purpose object-oriented programming language.
-
Linkers and Loaders (John R. Levine)
Written for any programmer who works with compiled code, this book surveys today's hardware platforms with a tour of how code is linked and executed.
-
Programming Embedded Systems in C and C++ (Michael Barr)
The techniques and code examples presented in this book are directly applicable to real-world embedded software projects of all sorts.
-
Optimizing C++ ©1998-2000 (Steve Heller)
This book offers several high-performance search and data-compression algorithms, which are all you need to add speed to C++.
-
Object-Oriented Programming in C++, 3rd Ed ©1998 (Robert Lafore)
This book presents the sophisticated new features of the most current ANSI/ISO C++ standard as they apply to object-oriented programming.
-
Teach Yourself C++ in 21 Days, Second Edition ©1998 (Jesse Liberty)
In just 24 lessons of one hour or less, you can learn the basics of programming with C++–one of the most popular and powerful programming languages ever created.
-
The C++ Programming Language, 3rd Ed ©1997 (Bjarne Stroustrup)
Written by Bjarne Stroustrup, the creator of C++, this is the world's most trusted and widely read book on C++.
-
Compilers and Compiler Generators: An Introduction with C++ ©1997
The illustrations in the book concentrate on the use of C++, whilst limited object-oriented features are explained.
-
Language Translation Using PCCTS and C++: A Reference Guide
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.
-
C++ Neural Networks and Fuzzy Logic ©1995 (Valluru B. Rao, ...)
Provides a logical and easy-to-follow progression through C++ programming for two of the most popular technologies for artificial intelligence: neural and fuzzy programming.
-
No Bugs! Delivering Error-Free Code in C and C++ ©1992 (Thielen)
This book offers a revolutionary approach to software development by showing programmers how to write error-free code from the start.
-
C++ Programming
This is the previous page of C++ Programming, we are in the processing to convert all the books there to the new page. Please check this page daily!!!
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |



