C and C++ Programming Resources

An Introduction to C++

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 explore other areas of object-orientation. Learning an object-oriented language-a whole new way of programming-will pave the way for many exciting topics down the road.

The thrilling potential of SixthSense technology

The thrilling potential of SixthSense technology

At TEDIndia, Pranav Mistry demos several tools that help the physical world interact with the world of data -- including a deep look at his SixthSense device and a new, paradigm-shifting paper "laptop." In an onstage Q&A, Mistry says he'll open-source the software...

GO – A systems programming language from Google

GO – A systems programming language from Google

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 to C Programming Language, C++ and Python. Typical builds take a fraction of a second yet the resulting...