Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / C++11

C++11

C++11

Great Reads

by Cpp For All
finally like clause in C++
by Nish Nishant
The article goes through sevean language and IDE features in the VS 14 CTP 2 that are specific to C++ development
by Michael Gazonda
A Fundamental Lock-Free Building Block - The Lock-Free Stack
by JohnX2015
This is a cross-platform general C++ engine, including a general runtime and a reflection engine.

Latest Articles

by Cpp For All
finally like clause in C++
by Nish Nishant
The article goes through sevean language and IDE features in the VS 14 CTP 2 that are specific to C++ development
by Michael Gazonda
A Fundamental Lock-Free Building Block - The Lock-Free Stack
by JohnX2015
This is a cross-platform general C++ engine, including a general runtime and a reflection engine.

All Articles

Sort by Score

C++11 

by Cpp For All
finally like clause in C++
by JohnX2015
This is a cross-platform general C++ engine, including a general runtime and a reflection engine.
by Tim ONeil
INI-style properties for C++ Embedded/Applications on Linux
by honey the codewitch
Get your data on, even on platforms without a reliable STL implementation using these simple but critical classes.
by Joren Heit
Easy, compile-time manager of EEPROM variables
by Joren Heit
Easy, compile-time manager of EEPROM variables
by BrainlessLabs.com
In this tip series, we will create a small C++ game engine.
by Shao Voon Wong
Data width must stay unchanged for cross-platform interoperability
by Andreas Gieriet
HTML page with all syntax/grammar productions of C++98/C++11
by Shao Voon Wong
C++11 std::div() Benchmark
by Shao Voon Wong
C++11's std::conditional tip with an endian swap example
by Evgeny Pereguda
Simple article about using of Desktop Duplication API for capture desktop screen WITH image of cursor
by CPallini
C++ implementation of 2x2 Hill cipher
by Shvetsov Evgeniy
Using C++ templates? Wish your template algorithm will be versatile and ready to work with the classes, which do not fully support the required interface? Want more functional programming with C++? Get it now!
by Shvetsov Evgeniy
How to generate a random sequence of chars with the specified parameters (e.g., length, char sets, char count per set, etc.)
by Shvetsov Evgeniy
Type tricks (above described and other)
by Juan AG
Let´s do unit testing in a C++ project inside Visual Studio 2015 quick and easy
by Marcell Lipp
This tip shows how to unit test a private function in C++.
by flyhigh
SOUI is a directui library and had been used in many commercial softwares, which is published based on MIT and is completely free to any user.
by Shvetsov Evgeniy
Everything you always wanted to know about Macros but were afraid to ask
by ratah_
The purpose of this tip is to discuss a solution for managing a raster data format using modern C++ features.
by Evgeny Zavalkovsky
MI TLS(Multi Instance Thread Local Storage) is generalization of Thread Local Storage, introduced in C++11.
by Evgeny Pereguda
This article presents simple combination of Policy design pattern and Variadic Template Technique.
by cassert24
For those who are searching for a quick template code for the C++ replacement of C# properties, this is it.
by Alain Rist
With a helper CharMap class using VC2010 C++0x implementation
by egladysh
Using the Call Gate idiom to reduce number of boolean flags and state variables.
by John M. Dlugosz
Did you realize that the `*this` object can be qualified with lvalue vs rvalue? Here’s what you can do with that.
by Michael Haephrati
How to set write direction and alignment
by Bartlomiej Filipek
Simple introduction to std::future and std::async and why they can be useful.
by Evgeny Pereguda
This tip presents a simple class for printing of log information with some features of C++11.
by ThatsAlok
This tip will demonstrate std::function in various avatars, with function pointers and std::bind.
by Michael Chourdakis
A ready to use equalizer for your projects
by BrainlessLabs.com
This tip describes a n ary tree structure.
by BrainlessLabs.com
This tip describes a n ary tree structure. We will see how traversal works.
by Orjan Westin
Getting negative numbers from 10-bit (and other unusual size) integers
by Lakamraju Raghuram
Usage of '_HAS_CPP0X' macro in Visual C++ compiler
by Stefan_Lang
Consider the following scenario:Your team provides libraries for use in other, unspecified applications. When designing your API, you have to consider the fact that not every customer will have access to the newest compiler.Let's say you develop a Vector class that looks like...
by Evgeny Pereguda
Simple variadic template for implementation of IUnknown and IDispatch interfaces