Click here to Skip to main content
15,881,380 members
Everything / Programming Languages / C++11

C++11

C++11

Great Reads

by Shao Voon Wong
Floating Point Format For C++ and C# Programmers
by Michael Chourdakis
An easy locking class for shared/exclusive mutex functions with upgrade/downgrade
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 Shmuel Zang
This article shows how we can implement a thread-safe events (similar to .NET events) mechanism using the standard C++ library.

Latest Articles

by PJ Arends
An MFC CWnd derived grid of user definable tiles
by Shao Voon Wong
Bring your animations to H264/HEVC video using C++ and C# with h/w acceleration
by Piotr Grygorczuk
Enable C++11 multithreading features in GCC for FreeRTOS
by Shao Voon Wong
H264/HEVC Video Encoder for recording OpenGL rendering

All Articles

Sort by Score

C++11 

2 Aug 2016 by Evgeny Pereguda
Simple article about using of Desktop Duplication API for capture desktop screen WITH image of cursor
10 Jul 2018 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.
26 Mar 2015 by BrainlessLabs.com
This tip describes a n ary tree structure.
16 May 2018 by Shao Voon Wong
C++11's std::conditional tip with an endian swap example
4 Jul 2020 by Michael Haephrati
How to set write direction and alignment
8 Apr 2015 by Evgeny Pereguda
This article presents simple combination of Policy design pattern and Variadic Template Technique.
18 Sep 2015 by Shvetsov Evgeniy
Type tricks (above described and other)
12 Feb 2012 by Andreas Gieriet
HTML page with all syntax/grammar productions of C++98/C++11
1 Oct 2017 by CPallini
C++ implementation of 2x2 Hill cipher
13 Aug 2015 by Joren Heit
Easy, compile-time manager of EEPROM variables
13 Aug 2015 by Joren Heit
Easy, compile-time manager of EEPROM variables
14 Aug 2019 by Shao Voon Wong
Data width must stay unchanged for cross-platform interoperability
12 Sep 2015 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!
6 Jun 2019 by cassert24
For those who are searching for a quick template code for the C++ replacement of C# properties, this is it.
28 Jun 2016 by JohnX2015
This is a cross-platform general C++ engine, including a general runtime and a reflection engine.
15 Oct 2012 by Cpp For All
finally like clause in C++
14 Oct 2014 by Bartlomiej Filipek
Simple introduction to std::future and std::async and why they can be useful.
24 Jan 2012 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...
17 Nov 2015 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.
17 Feb 2015 by Evgeny Zavalkovsky
MI TLS(Multi Instance Thread Local Storage) is generalization of Thread Local Storage, introduced in C++11.
16 Jan 2012 by Lakamraju Raghuram
Usage of '_HAS_CPP0X' macro in Visual C++ compiler
3 Jun 2013 by ThatsAlok
This tip will demonstrate std::function in various avatars, with function pointers and std::bind.
16 Dec 2015 by Tim ONeil
INI-style properties for C++ Embedded/Applications on Linux
31 Mar 2015 by BrainlessLabs.com
This tip describes a n ary tree structure. We will see how traversal works.
29 Nov 2010 by Alain Rist
With a helper CharMap class using VC2010 C++0x implementation
15 Jan 2019 by Shao Voon Wong
C++11 std::div() Benchmark
16 Mar 2022 by honey the codewitch
Get your data on, even on platforms without a reliable STL implementation using these simple but critical classes.
15 Sep 2015 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.)
28 Oct 2019 by Marcell Lipp
This tip shows how to unit test a private function in C++.
26 Jan 2015 by Evgeny Pereguda
This tip presents a simple class for printing of log information with some features of C++11.
5 Mar 2016 by Shvetsov Evgeniy
Everything you always wanted to know about Macros but were afraid to ask
4 Apr 2015 by BrainlessLabs.com
In this tip series, we will create a small C++ game engine.
20 Mar 2016 by Evgeny Pereguda
Simple variadic template for implementation of IUnknown and IDispatch interfaces
13 Mar 2016 by Juan AG
Let´s do unit testing in a C++ project inside Visual Studio 2015 quick and easy
18 Oct 2011 by egladysh
Using the Call Gate idiom to reduce number of boolean flags and state variables.
19 Feb 2016 by Orjan Westin
Getting negative numbers from 10-bit (and other unusual size) integers
4 Nov 2015 by ratah_
The purpose of this tip is to discuss a solution for managing a raster data format using modern C++ features.
14 Dec 2019 by Michael Chourdakis
A ready to use equalizer for your projects