An Introduction to C++

  • C++ Programming: Different Articles on C++ Programming
An Introduction to C++

The goal of these columns is to explore object-orientation through practical object-oriented programming. This time, we look at C++, but in the future we will…

Concurrency in C++ – A Course offered by University of Waterloo

  • C++ Programming: Different Articles on C++ Programming

Google Code University website provides tutorials and sample course content so CS students and educators can learn more about current computing technologies and paradigms. In…

The C++ Standard Library: A Tutorial and Reference

  • Programming Books on Programming Languages

The C++ Standard Library provides lots of built-in functionality in the form of the Standard Template Library (STL). The STL was created as the first…

The thrilling potential of SixthSense technology

  • Blog

At TEDIndia, Pranav Mistry demos several tools that help the physical world interact with the world of data -- including a deep look at his…

GO – A systems programming language from Google

  • Blog

Google launched Go, a new systems programming language born with concurrency, simplicity and performance in mind. Go is open source and its syntax is similar…

C++ How to Program (10th Edition)

  • Programming Books on Programming Languages

This comprehensive best-seller is aimed at readers with little or no programming experience. It teaches by presenting the concepts in the context of full working…

Common Text Transformation Library

  • C++ Source Code: C++ Programming Concepts

Common Text Transformation Library, CTTL for short, is a set of C++ classes and functions to understand and modify text data. The library implementation is…

AMD’s Open Source Framewave Library

  • Blog

AMD’s Framewave (FW) is a free and open-source collection of image and signal processing routines to accelerate application development, debugging, and optimization on x86-class processor…

Algorithms in C

  • Programming Books on Programming Languages

These algorithms are represented in terms of compact implementations in C so that readers can both understand their fundamental properties and implement them in real…

Matrix libraries for C and C++

  • Blog

This article presents some of the currently available options for open source C/C++ matrix libraries employable within a Linux environment. Particular libraries discussed are Meschach,…