Click here to Skip to main content
15,867,308 members
Everything / Programming Languages / C++14

C++14

C++14

Great Reads

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 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 David Lafreniere
A C++17 standards compliant delegate library capable of targeting any callable function synchronously or asynchronously
by Petrov Vladimir
Compact and simply Vector Formula of the Intersection Point of Two Line Segments

Latest Articles

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 David Lafreniere
A C++17 standards compliant delegate library capable of targeting any callable function synchronously or asynchronously
by honey the codewitch
Take advantage of the PlatformIO repository to easily add GFX to your projects
by honey the codewitch
A more in-depth guide to creating drivers and other custom draw targets for GFX

All Articles

Sort by Updated

C++14 

2 Feb 2023 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++
21 Apr 2022 by honey the codewitch
Take advantage of the PlatformIO repository to easily add GFX to your projects
25 Mar 2022 by honey the codewitch
A more in-depth guide to creating drivers and other custom draw targets for GFX
8 Mar 2022 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
18 Feb 2022 by honey the codewitch
Run your IoT display driver independent of the bus it uses, whether I2C, SPI or parallel
19 Jul 2021 by honey the codewitch
Browse and extract zips in constrained memory environments
18 Jun 2021 by honey the codewitch
Use GFX effectively with e-paper/e-ink displays
3 Jun 2021 by honey the codewitch
Explore techniques for drawing using GFX
6 May 2021 by Shao Voon Wong
C++14: CSV Stream based on C File API to remove code bloat from STL File Streams
6 May 2021 by honey the codewitch
Explore the inner workings of a highly capable IoT display driver for the ESP32
4 May 2021 by honey the codewitch
Use an ILI9341 display efficiently from an ESP32 without the Arduino framework. Load JPEGs.
25 Apr 2021 by honey the codewitch
Explore the basic drawing functionality provided by the GFX IoT library
8 Mar 2021 by honey the codewitch
Traipsing through the ESP-IDF to add some sweet sweet real-time clock functionality
27 Feb 2021 by honey the codewitch
Using a popular RTOS to enable easy multithreading on your IoT gadgets
30 Jan 2021 by Michael Haephrati
How to use an OCR SDK using C++ and libCurl
16 Aug 2020 by Michael Haephrati
Desktop application that can be used to convert from and to various audio formats, such as .mp3, .m4a and .wav
3 Jan 2020 by goranorsander
A class template for specializing fundamental types
5 Dec 2019 by Petrov Vladimir
Compact and simply Vector Formula of the Intersection Point of Two Line Segments
4 Nov 2019 by BlackMATov
One of the currying options and partial application of the functions in C++ which is my personal favourite
29 Oct 2019 by Alexander Lednev
This is a fast binary serializer with compile-time members and version check
10 Oct 2019 by 10xlearner
This is a post about my first open source contribution.
22 Sep 2019 by Rodrigo Cesar de Freitas Dias
Introducing WinLamb, a modern C++11 object-oriented library to write native Windows programs
12 Jun 2019 by Michael Haephrati
A simple and easy to use InputBox() function for any type of C++ program for Windows
3 Mar 2019 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++.
13 Feb 2019 by Michael Chourdakis
Include file versioning, snapshots and incremental backups in a file
16 Dec 2018 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.
13 Dec 2018 by Michael Chourdakis
A mutex with shared/exclusive access with upgrade/downgrade capability
23 Nov 2018 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.
24 Jul 2018 by stevemk14ebr
PolyHook v2 - the C++17 x86/x64 library supporting multiple methods of hooking
5 Jun 2018 by Shao Voon Wong
Implementing string_view conversion to integral types using Boost Spirit Qi v2
23 May 2018 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.
5 Jan 2018 by Michael Chourdakis
The most appealing (to me!) new C++ features
27 Dec 2017 by Petrov Vladimir
Simple solution for small avi demo performance from Image files of any kind
18 Nov 2017 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
21 Sep 2017 by Michael Haephrati
How to detect the currently used language regardless of the active application
1 Oct 2016 by Shao Voon Wong
Using C++11 thread_local to Avoid Allocation, Sharing and Minimize Locking
17 May 2016 by stevemk14ebr
A modern, universal, c++ hooking library.
1 May 2016 by itsdkg
A demonstration of how to use C++11/C++14 lambdas / Closures
29 Feb 2016 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.
16 Feb 2016 by geoyar
This article is about metaprogramming with compile time type lists.
2 Feb 2016 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
29 Jan 2016 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
31 Aug 2015 by Mikhail Semenov
Efficient Quicksort methods for sorting arrays with lots of duplicate elements
25 Jul 2014 by Nish Nishant
The article goes through sevean language and IDE features in the VS 14 CTP 2 that are specific to C++ development