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 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 Satbir S
A worker thread gives you parallel processing power
by John Bandela
The problem brought to light by the article is that C++11 auto interacts badly with expression templates and proxies.
by Manuele Finocchiaro
Reflection for C++ made easy
by Arthur V. Ratz
In this article, I’d like to introduce the modern code in C++11, implementing the parallel three-way quicksort, which is asymptotically faster and more efficient than the famous heapsort and mergesort algorithms.
by Ajay Vijayvargiya
Covering the nitty-gritties of C++ templates.
by Michael Chourdakis
Create dynamic multidimensional arrays in place
by VISWESWARAN1998
An opensource antivirus engine which uses Yara, Locality Sensitive Hashing to detect malware
by Mikhail Semenov
keywords: user-defined literals , templates, constant expressions, recursive functions
by Alfred Molnar
Call methods of an existing class in MFC asynchronously, while still preserving the thread affinity required by MFC and COM.
by Petrov Vladimir
Simple solution for small avi demo performance from Image files of any kind
by Shao Voon Wong
Compute Concurrent Permutations and Combinations on CPU
by Shao Voon Wong
Run your C++ Graphics on the Desktop and Web
by Shao Voon Wong
Bring your animations to H264/HEVC video using C++ and C# with h/w acceleration
by Shao Voon Wong
How to bring your C++ code to the web
by Shao Voon Wong
Bring your existing WPF and Winform application to the Microsoft Store
by Nish Nishant
This is a quick overview of ISO C++ 11 compiler features that are supported in VC++ 2013 Preview
by CalicoSkies
Mixing audio from multiple WAV files to a single WAV file. Includes a C++ class for reading and writing WAV audio files, derived from an AudioFile class for future support of other audio file formats.
by Larz White
C++ continuous integration setup using Travis CI, AppVeyor, CMake, and the Boost Test Library
by Shao Voon Wong
C++ Multithreaded Count Benchmark using Visual C++, G++ and Clang
by bishopnator29a
Saving, Loading and data migration in compact library
by David Lafreniere
A framework combining state machines with asynchronous multicast delegates
by David Lafreniere
Create a worker thread with an event loop, message queue and a timer using the C++11 thread support library
by Lakamraju Raghuram
A glance at the C++11 Standard, covering features supported in VS2010
by Lakamraju Raghuram
A glance at the C++11 Standard, covering features supported in VS2010. This is the next part of this series.
by Babu_Abdulsalam
Various features supporting Concurrency in C++11
by And Baxter
In the case that you need to store and pass lambdas around but can't use std::function, here's an alternative.
by Marius Bancila
This article is a walk-through the C++11 support for threads and synchronization mechanisms (mutexes and condition variables).
by itsdkg
A demonstration of how to use C++11/C++14 lambdas / Closures
by Shao Voon Wong
Implementing string_view conversion to integral types using Boost Spirit Qi v2
by john morrison leon
Class method emulation for plain arrays plus unified handling of plain arrays, std::arrays and std::vectors
by darrellp
A framework for easily solving programming challenges from competitive coding sites
by Michael Gazonda
Have you ever been working with templates or constexpr and wanted to run a loop? Or maybe you have a loop you'd like to unroll and see if your program will run faster? Welcome to static_for.
by Mikhail Semenov
keywords: constexpr, constant, constant expression, user-defined literals, GCC 4.7.0
by Florian Rappl
In this article we look behind the development of a Top 500 listed highly-efficient supercomputer: the QPACE 2.
by Mikhail Semenov
This articles proposes an implementation of a collection of constructs for writing loops in C++11, as an alternative to the standard C-style for-loop.
by Shmuel Zang
This article shows how we can implement a thread-safe events (similar to .NET events) mechanism using the standard C++ library.
by Marius Bancila
An introduction to cpplinq, a open-source template library that provides LINQ-like operators for querying collections (arrays and STL containers) in C++11.
by Shao Voon Wong
Debug Print using C++11 Variadic Template
by EgorYusov
This article describes an efficient thread-safe reference counting system.
by John M. Dlugosz
It is easier than ever to exploit the range-for loop (and make use of std algorithms) for things other than collections.
by Mohamed Kalmoua
This article describes how to create a UWP application that uses a Window Runtime Component.
by Piotr Grygorczuk
Enable C++11 multithreading features in GCC for FreeRTOS
by Shvetsov Evgeniy
Numbers (positive AND negative integral/fractional) to english/russian words
by Igor Stanic
Extending boost::filesystem for Windows and Linux.
by Henrik Vestermark
How to add Xoshiro and ChaCha PRNG's as compatible class in C++
by Mikhail Semenov
This article covers algorithms and implementations for maps with integers, contains benchmark results
by Mikhail Semenov
This article covers algorithms and implementations for sparse sets of integers, including the benchmark results.
by honey the codewitch
Some C++ magic to help cut down on heap abuse for simple scenarios
by Evgeny Zavalkovsky
Multi-reader lock that provides real readers' lock-free and wait-free concurency on multi core systems.
by Michael Chourdakis
The most appealing (to me!) new C++ features
by MehreenTahir
This article will show you an alternative way of using C++; How to write functional code in C++. You’ll see how to write more concise, safer, readable, reasonable code.
by goranorsander
A class template for specializing fundamental types
by KjellKod.cc
Don't let slow disk access bog your logger down. By using the g2log asynchronous logger you will remove the wait bottlenecks while it has the reliability of a *traditional* logging library.
by Evgeny Zavalkovsky
`Memoization' of a computation result makes computation faster by trading space for time. Here you will see extremely simple and "easy to use" Memoization Infrastructure.
by Shvetsov Evgeniy
Safe and versatile iterator for user types
by Shao Voon Wong
H264/HEVC Video Encoder for recording OpenGL rendering
by Michael Chourdakis
A simple template for manipulating the registry
by Shvetsov Evgeniy
String class with the auto. managed memory pool and performance tweaks + support modules
by Michael Chourdakis
A ready to be used hotpatching library with five methods!
by Bartlomiej Filipek
It appears that in some cases memory allocated for the object controlled by smart_ptr might not be released until all weak pointers are also ‘dead’... let's see why
by Arthur V. Ratz
In this article I will thoroughly discuss about the several aspects of using the revolutionary new Intel® oneAPI HPC Toolkit to deliver a modern code that implements a parallel “stable” sort
by Noah L
Use-after-free bugs, new smart pointers and the new state of safe C++ programming
by Mikhail Semenov
This is an alternative for "Member Function Pointers and the Fastest Possible C++ Delegates"
by Mikhail Semenov
Defining ranges with steps that can be used in for-loops
by Kirill Osipov
A step-by-step illustration of a minimalistic pattern for implementing a series of COM interfaces with little code
by Arthur V. Ratz
In this article, we'll demonstrate an approach the allows to increase the performance (up to 600%) of the code that implements the conventional distribution counting algorithm (DCA) using NVIDIA CUDA 8.0 Runtime API
by Michael Haephrati
How to easily integrate and interface with PayPal Express Checkout API from a Windows c++ application
by Anna Koneva
An article about interoperation issues in mixed C/C++/Objective-C development
by Anna Koneva
An article about interoperation issues in mixed C/C++/Objective-C development
by John Bandela
Describes a build of leveldb for windows that works in both g++ and visual c++ using the same dll
by Michael Chourdakis
Load an EXE file as a DLL in another EXE and execute the functions
by KjellKod.cc
How to make a wait-free, lock-free CircularFifo using C++11.
by Mikhail Semenov
The article shows the techniques for defining pass-through methods
by Shao Voon Wong
Example of making HTTP REST Request in C++
by honey the codewitch
Make your code more efficient by hacking your compiler to improve its optimization capabilities
by Mikhail Semenov
Essential features in Visual C++ 11 and GCC 4.7.0: move, rvalue references, prvalues, xvalues, perfect forwarding.
by 10xlearner
This is a post about my first open source contribution.
by Bartlomiej Filipek
In the article I cover SFINAE, a quite complex paradigm from C++ template programming area. What is this thing? Where can you use it? Let's also look how C++14/17 can help in writing such expressions.
by KjellKod.cc
Most programming resources are wrong when comparing linked-list to vector. Here you can read and understand how they are wrong and why linked-list is (mostly) to be avoided.
by Shao Voon Wong
Optimizations that you have to make to wring the performance out of WebAssembly
by stevemk14ebr
A modern, universal, c++ hooking library.
by stevemk14ebr
PolyHook v2 - the C++17 x86/x64 library supporting multiple methods of hooking
by Md. Samiul Hoque
intros_ptree: A library that lets you populate your structure or class from XML file (or json or ini file) automatically, and vice versa
by Md. Samiul Hoque
intros_ptree: A library that lets you populate your structure or class from XML file (or json or ini file) automatically, and vice versa
by DigitalInBlue
This article discusses the implementation and use of a fast alternative to dynamic_cast, Priori.
by MehreenTahir
This article will help you get started with concurrency and will also introduce you to the features C++ has to support concurrent programming.
by MehreenTahir
This article is a continuation of Programming Concurrency in C++ Part 1. We will discuss synchronization, future and promises along with async and with that, will sum up the introduction of concurrency in C++.
by Noah L
An introduction to new smart pointers meant to be safe replacements for raw pointers and (raw) references.
by Michael Chourdakis
A class to implement a reverse semaphore
by Michael Chourdakis
A mutex with shared/exclusive access with upgrade/downgrade capability
by Noah L
Beware the data race sneak attack.
by Alexander Bessonov
A simple high-level IPC library with ability to use native C++ interfaces.
by Paulo Zemek
A beginner article about how to write a simple list class in C# and in C++
by Arthur V. Ratz
SVD in C++11 explained with an example
by john morrison leon
observer_ptr, a smart observer guaranteed to always be either valid or test as null. Transparently harnessing unique_ptr's custom deleter feature to detect object destruction.
by Bartlomiej Filipek
Several issues related to smart pointers that are worth knowing.
by headmyshoulder, Denis Demidov
This article shows how ordinary differential equations can be solved with OpenCL. In detail it shows how odeint - a C++ library for ordinary differential equations - can be adapted to work with VexCL - a library for OpenCL. The resulting performance is studied on two examples.
by Miroslav Fidler
...but I will tell you anyway.
by HoshiKata
An example state machine framework that uses Doxygen to auto-draw the actual code's behavior.
by Shao Voon Wong
Floating Point Format For C++ and C# Programmers
by Evgeny Zavalkovsky
SW Message Bus represents message flow abstraction mechanism in a complex, multithreaded SW system.
by Alasdair Craig
Common ways that code gets duplicated, and techniques for avoiding or refactoring the duplication
by Bartlomiej Filipek
This book is a must-have resource for any C++ developer!
by Michael Chourdakis
Copy your objects only when needed
by Mikhail Semenov
Problems with the one definition rule; examples of how to use constant expressions in inline functions.
by Michael Chourdakis
Smart pointers for some Windows handles
by PJ Arends
An MFC CWnd derived grid of user definable tiles
by Michael Haephrati
A tiny Command Line Interface wrapped with a Graphic User Interface
by Michael Chourdakis
An easy locking class for shared/exclusive mutex functions with upgrade/downgrade
by Bartlomiej Filipek
Several examples of beautiful code made up of algorithms from the C++ standard library. Heavily uses modern C++.
by john morrison leon
Type quantities according to the units in which they are measured. A complete implementation of units of measurement as a data type for C++ 11.
by Shao Voon Wong
C++11 Range For-Loop to Enumerate Registry, Folder and WMI
by Anton Chibisov
This tutorial showcases how to implement C++ delegates which are capable of being bound to methods and functions having arbitrary signature, i.e., any number and type of parameters and return value.
by AlexeyAB
Smart pointer that makes any object thread-safe for any operations, with the performance equal to that of optimized lock-free containers
by Petrov Vladimir
Weiler-Atherton algorithm in MFC codes demo implementation
by Michael Chourdakis
Use Windows new ThreadPool through a single C++ 11 class
by Rodrigo Cesar de Freitas Dias
Introducing WinLamb, a modern C++11 object-oriented library to write native Windows programs
by Gast128
Worker thread example with std or Boost threads and C++.
by Michael Chourdakis
The update to my beloved library. Single-header file.
by Member 4201813
Jump forward/backward procedures for XorShift RNG explained step by step
by Member 4201813
Jump forward/backward procedures for XorShift RNG explained step by step