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 honey the codewitch
Easily shift bits in memory of arbitrary length, declare integer sizes programmatically, endian conversion, and more
by Shao Voon Wong
Heterogeneous lookup with char* and string_view without temporary string instantiation in ordered and unordered containers
by Juan AG
Let´s do unit testing in a C++ project inside Visual Studio 2015 quick and easy
by Steffen Ploetz
Use STL and C++14 to return a dynamically created string from a function/method, that is automatically garbage collected.
by Marcell Lipp
This tip shows how to unit test a private function in C++.
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
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.
by ratah_
The purpose of this tip is to discuss a solution for managing a raster data format using modern C++ features.