C++ E-Books

Download Free C++ Ebooks C++ Back To E-Books
How to Think Like a Computer Scientist C++ Version Download How to Think Like a Computer Scientist   C++ Version E-Book
The goal of this book is to teach you to think like a computer scientist. I like the way computer scientists think because they combine some of the best fea- tures of Mathematics, Engineering, and Natural Science.
Rate this Book :
No votes yet
Teach Yourself C++ in 21 Days, Second Edition Download Teach Yourself C++ in 21 Days,   Second Edition E-Book
A second edition is a second chance to acknowledge and to thank those folks without whose support and help this book literally would have been impossible. First among them are Stacey, Robin, and Rachel Liberty. I must also thank everyone associated with my books, both at Sams and at Wrox press, for being professionals of the highest quality. The editors at Sams did a fantastic job, and I must especially acknowledge and thank Fran Hatton, Mary Ann Abramson, Greg Guntle, and Chris Denny.
Rate this Book :
No votes yet
Who's Afraid of C++? - the WWW version Download Who's Afraid of C++? - the WWW version E-Book
The common wisdom states that programming is a difficult subject that should be reserved for a small number of specialists. One of the main reasons that I have written this book is that I believe this attitude is wrong; it is possible, and even desirable, for you to learn how programs work and how to write them. Those who don't understand how computers perform their seemingly magical feats are at an increasing disadvantage in a society ever more dependent on these extraordinary machines.
Rate this Book :
No votes yet
C++ GUI Programming with Qt 3 Download C++ GUI Programming with Qt 3 E-Book
The book focuses on explaining good idiomatic Qt 3 programming techniques rather than simply rehashing or summarizing Qt's extensive online documentation. And because we are involved in the development of Qt 4, we have tried to ensure that most of what we teach here will still be valid and sensible for Qt 4.
Rate this Book :
No votes yet
Optimizing C++ Download Optimizing C++  E-Book
This manual is for advanced programmers and software developers who want to make their software faster. It is assumed that the reader has a good knowledge of the C++ programming language and a basic understanding of how compilers work. The C++ language is chosen as the basis for this manual for reasons explained on page 8 below.
Rate this Book :
No votes yet
Object-Oriented Software in ANSI C++, Second edition Download Object-Oriented Software in ANSI C++, Second edition  E-Book
Object-oriented programming is the current cure-all — although it has been around for much more then ten years. At the core, there is little more to it then finally applying the good programming principles which we have been taught for more then twenty years. C++ (Eiffel, Oberon-2, Smalltalk ... take your pick) is the New Language because it is object-oriented — although you need not use it that way if you do not want to (or know how to), and it turns out that you can do just as well with plain ANSI-C.
Rate this Book :
No votes yet
How Not to Program in C++ Download How Not to Program in C++  E-Book
The book filled with buggy programs.This allows you to learn from the misfortunes of others.It contains bugs that i've found, bugs by my friends and other programers . Each programs is a learning experience.The program prestented here are designed to be as close to real world programs as possible
Rate this Book :
No votes yet
GNU C / C++ Compiler Download GNU C / C++ Compiler  E-Book
This document contains reference information for the IBM® XL C/C++ Advanced Edition for Linux® compiler. Although it provides information on compiling and linking applications written in C and C++, it is primarily intended as a reference for compiler command-line options, pragma directives, predefined macros, built-in functions, environment variables, and error messages and return codes.
Rate this Book :
No votes yet
C++ Programming for Scientists Download C++ Programming for Scientists   E-Book
Entirely new approach to programming: next major programming style beyond functional decomposition. Model real world by making data types that replicate real objects, Facilitates code reuse: reuse and enhance existing libraries. Main program consists of creation and manipulation of objects. Object = data + functions which allow you to interact with the data
Rate this Book :
No votes yet
C++ Neural Networks and Fuzzy Logic Download C++ Neural Networks and Fuzzy Logic  E-Book
This book provides illustrative examples in C++ that the reader can use as a basis for further experimentation. A key to learning about neural networks to appreciate their inner workings is to experiment. Neural networks, in the end, are fun to learn about and discover. Although the language for description used is C++, you will not find extensive class libraries in this book.
Rate this Book :
No votes yet