Download WordPress Themes, Happy Birthday Wishes
Home » Tag Archives: C++ (page 3)

Tag Archives: C++

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 »

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 »

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 »

C++ GUI Programming with Qt 4, 2nd Edition

Using Trolltech's Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux without source code changes. Now, two Trolltech insiders have written a start-to-finish guide to getting ou

Read More »

An Introduction to Design Patterns in C++ with Qt 4

This book is a complete tutorial and reference that assumes no previous knowledge of C, C++, objects, or patterns. You'll walk through every core concept, one step at a time, learning through an extensive collection of Qt 4.1-tested examples and exer

Read More »

Financial Numerical Recipes in C++: Applications in Finance

In finance, there are areas where formulas tend to get involved. Sometimes it may be easier to follow an exact computer routine. The author has made some C++ subroutines that implements common algoritms in finance. Typical examples are option/derivat

Read More »

Parallel Programming with Microsoft Visual C++

Your CPU meter shows a problem. One core is running at 100 percent, but all the other cores are idle. Your application is CPU-bound, but you are using only a fraction of the computing power of your multicore system. Is there a way to get better perfo

Read More »