Click here to Skip to main content
15,885,216 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 Hatem Mostafa
Artificial Neural Network C++ class with two use cases: Counter and Handwritten Digits recognition
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.

Latest Articles

by Hatem Mostafa
Artificial Neural Network C++ class with two use cases: Counter and Handwritten Digits recognition
by Michael Chourdakis
An introduction to machine learning with working C++ code that trains a linear regression model.
by PJ Arends
Trace your function calls to the Output window.
by Ștefan-Mihai MOGA
Task Manager shows you the programs, processes, and services that are currently running on your computer. You can use Task Manager to monitor your computer’s performance or to close a program that is not responding.

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.
10 May 2023 by Jovibor
List Control with tooltips, cells editing, colors, sorting, hyperlinks, columns hiding, and a lot more
1 Feb 2022 by Mircea Neacsu
An easy to use unit test framework
23 May 2023 by kurta999
Automotive development tools and other things
4 Feb 2024 by David Lafreniere
A core dump framework that stores crash information including call stacks on any embedded system.
18 Jan 2017 by Sergey Podobry
How-to guide about using KmTest for writing kernel-mode unit tests
19 Dec 2022 by David Lafreniere
A C++ standards compliant delegate library capable of targeting any callable function synchronously or asynchronously
17 Mar 2024 by Jovibor
Library for parsing internal structures of PE32/PE32+ binary files.
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
14 Dec 2022 by Jovibor
Fully featured Hex Control written in C++/MFC
7 Aug 2023 by DomGries
Download and install any dependency such as .NET, Visual C++ or SQL Server during your application's installation!
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.
13 Mar 2024 by Jovibor
String to number conversion library, for char and wchar_t strings
4 Feb 2024 by akiss163
A swiss knife for myself - automotive development tools and a plenty of other embedded things
17 Apr 2017 by umar.techBOY
ArduinoDotNet is an interface built to control the Arduino directly from a .NET app
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