Home Tags C++11

Tag: C++11

Let’s Get Familiar with Smart Pointers in C++

0
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?

1
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

0
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

2
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...