Download WordPress Themes, Happy Birthday Wishes
Home » Computer (page 198)

Computer

Free computer eBooks (programming, web development, networking, hacking and security).

Data Structures and Algorithms with Object-Oriented Design Patterns in C++

This book 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.The text promotes o

Read More »

Optimizing C++: A Book about Improving Program Performance

This book is for intermediate C++ programmers (i.e. studying C++ for at least one year) who want to improve the performance of the software they develop.This book contains guidelines and advices on how to write efficient software using the C++ langua

Read More »

Optimizing C++

Written in an exceptionally clear style that doesn't skimp on technical detail, Steve Heller's guide offers several high-performance search and data-compression algorithms, which are all you need to add speed to C++. Early sections of the book addres

Read More »

Computer Science Tapestry: Exploring Programming and Computer Science with C++

This book is designed for a first course1 in computer science that uses C++ as the language by which programming is studied. My goal in writing the book has not been to cover the syntax of a large language like C++, but to leverage the best feature

Read More »

Programming With wxDev-C++

This book hopes to guide complete beginners to wxDev-C++, C/C++ programming or wxWidgets and make them confident users of this fantastic IDE. It is being released as an Open Source project. Others have assisted with proof reading and translating the

Read More »

C++ GUI Programming with Qt 3

Many companies are facing problems with Windows development using traditional Windows tools such as Visual Studio. When they write applications, even just "single platform" applications for Windows, they often have to account for differences between

Read More »

Cross-Platform GUI Programming with wxWidgets

This book is the best way for beginning developers to learn wxWidgets programming in C++. It is a must-have for programmers thinking of using wxWidgets and those already using it.wxWidgets is an easy-to-use, open source C++ API for writing GUI applic

Read More »

Software Design Using C++

This online book provides the material needed for three complete computer science courses: CS 1, CS 2, and a data structures course, all using C++ as the programming language. At the start of these web pages, simple examples are used that illustrate

Read More »

The InformIT C++ Reference Guide

The Informit C++ Reference Guide offers the fundamentals of C++ knowledge, as well as essays, commentaries, and opinions that make it much more that your basic introduction to C++. The first 15 chapters contain the mandatory C++ knowledge base -- wha

Read More »

How To Think Like A Computer Scientist: C++ Version

The goal of this book is to teach you to think like a computer scientist, using C++ as the programming language.HOW TO THINK LIKE A COMPUTER SCIENTIST. * Published under the terms of the GNU Free Documentation License. Money raised from the sale of t

Read More »