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

C++14

C++14

Great Reads

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 Haephrati
A simple and easy to use InputBox() function for any type of C++ program for Windows
by David Lafreniere
A C++ delegate library capable of anonymously invoking any callable function synchronously or asynchronously
by Petrov Vladimir
Simple solution for small avi demo performance from Image files of any kind

Latest Articles

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 Haephrati
A simple and easy to use InputBox() function for any type of C++ program for Windows
by David Lafreniere
A C++ delegate library capable of anonymously invoking any callable function synchronously or asynchronously
by Petrov Vladimir
Simple solution for small avi demo performance from Image files of any kind

All Articles

Sort by Score

C++14 

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 Haephrati
A simple and easy to use InputBox() function for any type of C++ program for Windows
by Petrov Vladimir
Simple solution for small avi demo performance from Image files of any kind
by Mikhail Semenov
Efficient Quicksort methods for sorting arrays with lots of duplicate elements
by itsdkg
A demonstration of how to use C++11/C++14 lambdas / Closures
by Shao Voon Wong
C++14: CSV Stream based on C File API to remove code bloat from STL File Streams
by Shao Voon Wong
Implementing string_view conversion to integral types using Boost Spirit Qi v2
by Michael Haephrati
Desktop application that can be used to convert from and to various audio formats, such as .mp3, .m4a and .wav
by honey the codewitch
A more in-depth guide to creating drivers and other custom draw targets for GFX
by BlackMATov
One of the currying options and partial application of the functions in C++ which is my personal favourite
by Michael Haephrati
How to detect the currently used language regardless of the active application
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 Bruno van Dooren
Ways to enforce an interface contract on static methods, similar to what you would expect from static virtual methods if they'd exist in C++
by honey the codewitch
Traipsing through the ESP-IDF to add some sweet sweet real-time clock functionality
by Alexander Lednev
This is a fast binary serializer with compile-time members and version check
by Michael Chourdakis
Include file versioning, snapshots and incremental backups in a file
by honey the codewitch
Using a popular RTOS to enable easy multithreading on your IoT gadgets
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 honey the codewitch
GFX is a fast and full featured replacement for standard IoT drawing libraries that is optimized to reduce bus I/O
by honey the codewitch
Explore techniques for drawing using GFX
by honey the codewitch
Use GFX effectively with e-paper/e-ink displays
by honey the codewitch
Explore the basic drawing functionality provided by the GFX IoT library
by honey the codewitch
Use an ILI9341 display efficiently from an ESP32 without the Arduino framework. Load JPEGs.
by honey the codewitch
Explore the inner workings of a highly capable IoT display driver for the ESP32
by honey the codewitch
Run your IoT display driver independent of the bus it uses, whether I2C, SPI or parallel
by Petrov Vladimir
Compact and simply Vector Formula of the Intersection Point of Two Line Segments
by Mikhail Semenov
The article explains the recent Modules TS Draft for a future C++ Standard and provides examples based on the modules implementation in Visual C++ 2017
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 Michael Haephrati
How to use an OCR SDK using C++ and libCurl
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 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 Michael Chourdakis
A mutex with shared/exclusive access with upgrade/downgrade capability
by Noah L
Beware the data race sneak attack.
by geoyar
This article is about metaprogramming with compile time type lists.
by honey the codewitch
Take advantage of the PlatformIO repository to easily add GFX to your projects
by Rodrigo Cesar de Freitas Dias
Introducing WinLamb, a modern C++11 object-oriented library to write native Windows programs
by honey the codewitch
Browse and extract zips in constrained memory environments