Click here to Skip to main content
15,880,608 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 Score

C++14 

25 Oct 2014 by Bartlomiej Filipek
A list of my top 5 interesting C++ proposals.for pre-Urbana mailing. Unified Syntax Call, Coroutines, array_view ranges and modules.
23 Jan 2020 by 10xlearner
Memory Management, more specifically in C++
17 May 2018 by John M. Dlugosz
“Know your libraries!” You may already have the code you need.