Click here to Skip to main content
15,617,231 members
Everything / Programming Languages / C++

C++

C++

Great Reads

by Dr. WPF
.NET 3.5 SP1 is here! It's time to break out your DirectX skills. This article provides the information necessary to get started using a new DirectX interop feature in WPF called D3DImage.
by Jeffrey Walton
Import and export Cryptographic Keys in PKCS#8 and X.509 formats, using Crypto++, C#, and Java.
by Hans Dietrich
XColorSpectrumCtrl displays a color spectrum that allows user selection, and provides APIs for color based on RGB and HSL color models.
by Hans Dietrich
XQueue implements a shared-memory first-in first-out (FIFO) queue, based on memory-mapped files, that works on all versions of Windows.

Latest Articles

by Ștefan-Mihai MOGA
How to solve real-life problems using B-trees
by Ștefan-Mihai MOGA
Learn the basics of Microsoft CryptoAPI Library
by Piotr Grygorczuk
Enable C++11 multithreading features in GCC for FreeRTOS
by raddevus
Learn to build DailyJournal, a Cross-Platform Desktop Note-Taking app which runs natively on all three OSes (macOS, Linux, Windows)

All Articles

Sort by Score

C++ 

19 Dec 2022 by David Lafreniere
A C++17 standards compliant delegate library capable of targeting any callable function synchronously or asynchronously
8 Oct 2019 by Visweswaran N
Dependency free machine learning library for C++
1 May 2022 by bk192077
I would like to define a C++ structure, pass the person instance to the mapping method along with JSON data, then use the filled structure. Or vice versa, get Person as JSON. StructMapping is trying to solve these problems.
1 Feb 2022 by Mircea Neacsu
An easy to use unit test framework
18 Jan 2017 by Sergey Podobry
How-to guide about using KmTest for writing kernel-mode unit tests
7 Dec 2022 by ls6777
A task to handle printf
19 Dec 2022 by David Lafreniere
A C++ standards compliant delegate library capable of targeting any callable function synchronously or asynchronously
3 Feb 2023 by Paolo Messina
Class library to make development of resizable windows a easier for the MFC developer and pleasant for the user
29 Jan 2023 by Jovibor
Library for working with PE/PE+ binaries' inner information
14 Dec 2022 by Jovibor
Fully featured Hex Control written in C++/MFC
13 Feb 2020 by Visweswaran N
In this research, we are going to prove that Import Address Table is very helpful in classifying a malware.
16 May 2011 by asheesh goja
‘Expert Systems’ is one of the most commercially successful application of Artificial Intelligence. This three part series describes how to develop an expert system based artificial advisor, using a backward reasoning algorithm.
27 May 2021 by John M. Dlugosz
Using swap etc. from generic code must be done properly. Here’s how to fix it for good.
5 Oct 2022 by Devatrun
This is a project about a C++ header-only library that fills the C++17 standard gap in support for Unicode strings. The library was created to work exclusively with Unicode, without support for other encodings.
17 Apr 2017 by umar.techBOY
ArduinoDotNet is an interface built to control the Arduino directly from a .NET app
30 Jan 2023 by Jovibor
String to number conversion library, for char and wchar_t strings
17 Dec 2019 by H_
C++ list comprehension
4 Jan 2020 by heilokchow
benchmark tool to test whether your math library is set up properly
30 Nov 2021 by Nandkishor Biradar
A minimalist UML State machine framework for finite state machine and hierarchical state machine in C