Click here to Skip to main content
15,881,938 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 

30 Oct 2017 by Member 13443508
I am going to explain how to get hand on a texture containing Blackmagic captured frame, so you can display it into your DirectX scene
18 Jan 2021 by Shao Voon Wong
Heterogeneous lookup with char* and string_view without temporary string instantiation in ordered and unordered containers
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.
18 May 2021 by honey the codewitch
Easily shift bits in memory of arbitrary length, declare integer sizes programmatically, endian conversion, and more
28 Oct 2019 by Marcell Lipp
This tip shows how to unit test a private function in C++.
13 Mar 2016 by Juan AG
Let´s do unit testing in a C++ project inside Visual Studio 2015 quick and easy
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.
27 Dec 2020 by Steffen Ploetz
Use STL and C++14 to return a dynamically created string from a function/method, that is automatically garbage collected.