Tag: C++11
Let’s Get Familiar with Smart Pointers in C++
Many readers have probably heard about smart pointers and their benefits. One of the features of C++11, smart pointers are quite useful and have...
What’s New in C++11 and C++14?
The C++ general-purpose programming language has evolved considerably over time. In this article, the author discusses some of the changes brought about by the...
CodeSport
In this month's column, we continue our discussion on the threading support introduced in the new C++11 standards. We first look at how we...
CodeSport
In this month's column, we take a quick look at the threading support introduced in the new standard for C++11.
One of the major events...