14,279,473 members
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Chapters and Sections
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View ASP.NET questions
View VB.NET questions
View SQL questions
View Javascript questions
discussions
forums
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
.NET Framework
Android
iOS
Mobile
SharePoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
stuff
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
Product Showcase
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
The Soapbox
Non-English Language
>
General Indian Topics
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
10,629 Results
Filters
Articles
Technical Blogs
Tips & Tricks
Reference Articles
Research Library
Questions
Answers
Forum Messages
News Items
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating (Hi - Lo)
Rating (Lo - Hi)
Popularity (Hi - Lo)
Popularity (Lo - Hi)
Votes (Hi - Lo)
Votes (Lo - Hi)
Modified (New - Old)
Modified (Old - New)
Thread Modified (New - Old)
Thread Modified (Old - New)
Created (New - Old)
Created (Old - New)
Title (A - Z)
Title (Z - A)
Author (A - Z)
Author (Z - A)
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Internet of Things
Contests
Article License
All Licenses
Ms-RL
Custom
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
CC (BY-ND 3.0)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Mobile Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Page 1 of 213
Page Size:
10
·
25
·
50
Tag filtered by: C++
[x]
DotNetPeLib: A Library to Read and Generate .
NET Assemblies in C++11
31 Aug 2019
by
Alexandre Bencz
license:
CPOL
DotNetPELib is a library which abstracts managed information such as namespaces, classes, fields, methods, and instructions. The information can then be used to generate assembly language source files, or PE executables or DLLs.
Languages
»
Msil
»
General
C++
C
C#
.NET
MSIL
Managed
, +
Tridash: Why yet another programming language?
31 Aug 2019
by
Alexander Gutev
license:
CPOL
Another Programming Language?. CodeProjectI recently released version 0.4, the first version that is remotely usable, of Tridash, a programming language I've been working on...
Languages
»
Programming Languages
»
General
C++
C#
Javascript
Java
HTML
Haskell
, +
Intel Advisor and Roofline Models - Recommendation to Improve Your Applications
30 Aug 2019
by
Jeffrey T. Fritz
license:
CPOL
Traditioanlly, Roofline charts have been built by hand, but Intel Advisor will build these charts for you. Roofline charts show you where your bottlenecks are, and why those bottlenecks are happening.
Third Party Products
»
Product Showcase
»
General
C++
Hardware
optimization
mathematics
Robust C++
29 Aug 2019
by
Greg Utas
license:
GPL3
How to keep a C++ program running after nasty things happen
Languages
»
C / C++ Language
»
Howto
C++
Windows
Debugging
Signal
Exceptions
Thread
FuzzySortLib: A New Method for Sorting Data Using Fuzzy Logic
28 Aug 2019
by
trident99
license:
MIT
A new Open Source general purpose Data Sorting Engine that uses a Fuzzy Logic Model based sorting is described.
General Programming
»
Algorithms & Recipes
»
Fuzzy Logic
C++
Windows
Introduction to ELENA Programming Language
28 Aug 2019
by
Alex Rakov
,
Alexandre Bencz
license:
MIT
ELENA is a general-purpose, object-oriented, polymorphic language with late binding
General Programming
»
Algorithms & Recipes
»
Compilers
C++
Windows
ASM
compiler
code-generation
Assembler
, +
Hot Patching C.
C++ Functions with Intel Pin
27 Aug 2019
by
Dan Sporici
license:
CPOL
This article discusses the idea of Hot Patching C/C++ functions using Intel Pin in order to remove known vulnerabilities
General Programming
»
Cryptography & Security
»
General
C++
C
Linux
Ubuntu
security
Process
cppHeaderGen: A Global Extension of the C++ Programming Language - Command reference
24 Aug 2019
by
D4rkTrick
license:
CPOL
A table showing all commands supported by cppHeaderGen.
Languages
»
C / C++ Language
»
Utilities
C++
Windows
Linux
Bring Your C++ OpenGL Code to the Web
23 Aug 2019
by
Shao Voon Wong
license:
CPOL
How to Bring Your C++ OpenGL Code to the Web
Web Development
»
Apis
»
General
C++
In Depth LSTM Implementation using CNTK on .
NET Platform
22 Aug 2019
by
Bahrudin Hrnjica
license:
CPOL
Implementation of the LSTM recurrent neural network in CNTK shown in detail
Platforms, Frameworks & Libraries
»
Cross Platform
»
General
C++
C#
.NET
Python
.NET-Core
Gradient
Advent Of Code – Matchsticks – Puzzle 8
19 Aug 2019
by
User-14483287
license:
CPOL
Advent of code - Matchsticks
Development Lifecycle
»
Code Generation
»
General
C++
Antivirus Part--2
19 Aug 2019
by
VISWESWARAN1998
license:
CPOL
An opensource antivirus engine which uses Yara, Locality Sensitive Hashing to detect malware
General Programming
»
Cryptography & Security
»
Security
C++
SQL
Windows
Linux
Python
MacOS
, +
Fancy Time from std::chrono namespace
19 Aug 2019
by
Alexey Shtykov
license:
CPOL
How to become a fancy guy who uses C++ time library instead of old and famous time.h
Languages
»
C / C++ Language
»
Howto
C++
Dark corners and pitfalls of C++
15 Aug 2019
by
SimbirSoft
license:
GPL3
C++: love and intrigue
Languages
»
C / C++ Language
»
General
C++
C
Secure
WinAPI
MFC.
Win32 HEX Control 2.
5
15 Aug 2019
by
Jovibor
license:
MIT
HEX control for MFC/Win32 apps
Desktop Development
»
Edit Controls
»
General
C++
Windows
Win32
Visual-Studio
MFC
hex
, +
C++: Size Matters in Platform Compatibility
14 Aug 2019
by
Shao Voon Wong
license:
CPOL
Data width must stay unchanged for cross-platform interoperability
Languages
»
C / C++ Language
»
General
C++
C++11
C++11 FreeRTOS GCC
12 Aug 2019
by
Piotr Grygorczuk
license:
CPOL
Enable C++11 multithreading features in GCC for FreeRTOS
General Programming
»
Threads, Processes & Ipc
»
Threads
Embedded
C++
HTML
STL
multithreading
GCC
, +
Introduce an IPC Component Based on Windows Message
12 Aug 2019
by
flyhigh
license:
MIT
Simple and reliable IPC module based on Windows message, which supports recursive call up to 19 rounds because of the limitation of Windows.
Platforms, Frameworks & Libraries
»
Windows Workflow Foundation
»
General
C++
Windows
Win32
Advent Of Code – Some Assembly Required – Puzzle 7
12 Aug 2019
by
User-14483287
license:
CPOL
Advent Of Code – Some Assembly Required – Puzzle 7
Development Lifecycle
»
Code Generation
»
General
C++
class
Constructing Fast Lexical Analyzers with RE.
flex - Why Another Scanner Generator?
8 Aug 2019
by
Robert van Engelen
license:
BSD
This article introduces RE/flex for C++. RE/flex generates fast lexical analyzers similar to Flex, but supports Unicode patterns, indent/nodent/dedent, lazy repeats, smart input text handling, and performance tuning. RE/flex is compatible with Bison/Yacc and accepts Flex lexer specifications.
Languages
»
C / C++ Language
»
Utilities
C++
regular-expression
compiler
Flex
command-line
Peformance
, +
TU: The Easy Update Library for Your Projects
8 Aug 2019
by
Michael Chourdakis
license:
CPOL
Live update your Windows project with full or differential updates
Desktop Development
»
Miscellaneous
»
General
C++
PHP
Web
Diligent Engine: A Modern Cross-Platform Low-Level Graphics Library
6 Aug 2019
by
EgorYusov
license:
CPOL
This article introduces Diligent Engine, a modern cross-platform graphics API abstraction library
Multimedia
»
Directx
»
Games
C++
Windows
OpenGL
DirectX
Objective-C
Game
, +
Fast String Matching with Wildcards, Globs, and Gitignore-Style Globs - How Not to Blow it Up
5 Aug 2019
by
Robert van Engelen
license:
CPOL
Classic globbing and modern gitignore-style globbing algorithms can be fast, whereas recursive implementations are known to blow up exponentially; why some freely available source code should not be used.
General Programming
»
String Handling
»
General
C++
C
string
matching
Using Visual Studio Code to Develop a Service Inside of a Container
3 Aug 2019
by
Dmitriy Repin
license:
CPOL
Using VS Code to author and debug an any-language service inside of a container running locally, on a cloud VM, or in a Kubernetes pod
Web Development
»
Applications & Tools
»
Docker
C++
Windows
Visual-Studio
Python
Google
Azure
, +
The Intel Assembly Manual
2 Aug 2019
by
Michael Chourdakis
license:
CPOL
All in one: x86, x64, Virtualization, multiple cores, along with new additions
Desktop Development
»
Miscellaneous
»
General
C++
Linux
ASM
system
Virtualization
DOS
, +
Bring C++ Graphics to the Web
30 Jul 2019
by
Shao Voon Wong
license:
CPOL
Run your C++ Graphics on the Desktop and Web
Web Development
»
Apis
»
General
C++
Javascript
C++11
IntelliPort
27 Jul 2019
by
Mihai MOGA
license:
Zlib
An alternative Windows version to the famous HyperTerminal
Web Development
»
Applications & Tools
»
Tools with Source Code
C++
Windows
.NET
Visual-Studio
MFC
Objective-C
, +
Real-time Barcode Scanning from Camera Stream
25 Jul 2019
by
Xiao Ling
license:
CPOL
In this post, we discuss how to leverage Dynamsoft Barcode Reader video decoding APIs to implement the barcode scanning functionality in camera preview scenario. Also, we demonstrate how to implement for desktop and mobile platforms respectively with the code snippet.
Third Party Products
»
Product Showcase
»
General
C++
Java
Python
Android
Objective-C
iOS
, +
List Capture Devices for Python OpenCV on Windows
25 Jul 2019
by
Xiao Ling
license:
MIT
General Reading
»
Uncategorised Articles
»
General
C++
Windows
Visual-Studio
Python
VS2010
OpenCV
The *AdES Collection: CAdES, XAdES, PAdES and ASiC Implementation for Windows in C++
22 Jul 2019
by
Michael Chourdakis
license:
CPOL
A standard-compliant library for secure signing
Platforms, Frameworks & Libraries
»
Windows Security
»
Cryptography
C++
Windows
cryptography
Bring Your Existing Application to the Microsoft Store
21 Jul 2019
by
Shao Voon Wong
license:
CPOL
Bring your existing WPF and Winform application to the Microsoft Store
General Programming
»
Programming Tips
»
Installers
C++
DirectX
WPF
C++11
Association Rules Learning (ARL): Part 2 - FPGrowth Algorithm
20 Jul 2019
by
Arthur V. Ratz
license:
CPOL
The audience of this article's readers will find out how to perform association rules learning (ARL) by using FPGrowth algorithm, that serves as an alternative to the famous Apriori and ECLAT algorithms.
General Programming
»
Artificial Intelligence and Machine Learning
»
General
C++
Windows
Linux
Algorithms
Association Rules Learning (ARL): Part 1 - Apriori Algorithm
20 Jul 2019
by
Arthur V. Ratz
license:
CPOL
The audience of this article's readers will find out how to perform association rules learning (ARL) by using the scalable optimized Apriori algorithm, discussed.
General Programming
»
Artificial Intelligence and Machine Learning
»
General
C++
Windows
Linux
Algorithms
Bring Your Animations to H264.
HEVC Video
19 Jul 2019
by
Shao Voon Wong
license:
CPOL
Bring your animations to H264/HEVC video using C++ or C#
Multimedia
»
Audio and Video
»
General
C++
C#
.NET
C++11
.NET4.6
libcex
17 Jul 2019
by
soul710
license:
MIT
C++11 embedded webserver framework
Languages
»
C / C++ Language
»
General
C++
C++11
Thread
class
tlock<>: Any C++ Object read.
write Thread-safe Provider
13 Jul 2019
by
Michael Chourdakis
license:
CPOL
An easy locking class for shared/exclusive mutex functions with upgrade/downgrade
Languages
»
C / C++ Language
»
Beginners
C++
Win32
C++11
UWPLib: Include XAML Controls in Plain Win32
11 Jul 2019
by
Michael Chourdakis
license:
CPOL
A quick way to add UWP controls into plain Win32 apps
Desktop Development
»
Miscellaneous
»
General
C++
C#
XAML
Threading Building Blocks for C++
10 Jul 2019
by
Jeffrey T. Fritz
license:
CPOL
In this video, Jeff shows a pair of examples that use the Threading Building Blocks to make code execute faster on a multi-core processor
General Programming
»
Threads, Processes & Ipc
»
General
C++
Advent Of Code – I Was Told There Would Be No Math – Puzzle 2
9 Jul 2019
by
Member 14516258
license:
CPOL
Hello ! I’m Xavier Jouvenot and here is the second part of a long series on Advent Of Code. You can find the previous part here. For this new post, we are going to solve the second problem from the 2nd December 2015, named "I Was Told There Would Be No Math".
Development Lifecycle
»
Code Generation
»
General
C++
surface
slack
Advent Of Code – Perfectly Spherical Houses in a Vacuum – Puzzle 3
9 Jul 2019
by
User-14483287
license:
CPOL
In this post, we are going to solve the second problem from 3rd December 2015, named "Perfectly Spherical Houses in a Vacuum".
Development Lifecycle
»
Code Generation
»
General
C++
COM
Containers
Advent Of Code – Doesn’t He Have Intern-Elves For This ? – Puzzle 5
9 Jul 2019
by
Member 14516258
license:
CPOL
Hello ! I’m Xavier Jouvenot and here is the third part of a long series on Advent Of Code. You can find the previous part here. For this new post, we are going to solve the problem from the 5th December 2015, named "Doesn’t He Have Intern-Elves For This?".
Development Lifecycle
»
Code Generation
»
General
C++
Containers
class
Advent Of Code – The Ideal Stocking Stuffer – Puzzle 4
9 Jul 2019
by
Member 14516258
license:
CPOL
Hello ! I’m Xavier Jouvenot and here is the third part of a long series on Advent Of Code. You can find the previous part here. For this new post, we are going to solve the second problem from the 4th December 2015, named "The Ideal Stocking Stuffer".
Development Lifecycle
»
Code Generation
»
General
C++
Google
Containers
Gauss Newton for Zener
3 Jul 2019
by
CPallini
license:
CPOL
Using the Gauss Newton method (non linear least squares) for computing the parameters of the exponential model of a Zener diode
Languages
»
C / C++ Language
»
General
C++
Text
Bring Your C++ Code to the Web
28 Jun 2019
by
Shao Voon Wong
license:
CPOL
How to bring your C++ code to the web
Languages
»
C / C++ Language
»
Howto
C++
C++11
Creating and Debugging Arduino Programs in Visual Studio Code - Part 2
26 Jun 2019
by
Jan Dolinay
license:
CPOL
Article on writing and debugging Arduino programs in Visual Studio Code.
Internet of Things
»
Arduino
»
General
C++
C
Microcontroller
Arduino
Creating and Debugging Arduino Programs in Visual Studio Code - Part 1
26 Jun 2019
by
Jan Dolinay
license:
CPOL
How to create and debug Arduino programs in Visual Studio code
Internet of Things
»
Arduino
»
General
C++
C
Microcontroller
Arduino
Omega Red PS2-PSP Emulator + Game Play Streaming (YouTube, Facebook, Twitch)
25 Jun 2019
by
Evgeny Pereguda
license:
CPOL
Clone of PCSX2/PPSSPP emulator for Windows 10 on WPF/C# with "touch" control
General Programming
»
Emulation
»
General
C++
C#
XML
Windows
WPF
Hardware
, +
OpenGL Rendering to a WPF Window
25 Jun 2019
by
MaximilianW
license:
CPOL
OpenGL rendering to WPF window
Languages
»
C++ / Cli
»
C++/Cli
C++
C#
OpenGL
Create a Web Service Client using GSoap Toolkit over HP-UX Server
23 Jun 2019
by
Octavio Sánchez H
license:
CPOL
Write a web service library for HP-UX server
Web Development
»
Web Services
»
General
C++
.NET
Tile Grid Control
23 Jun 2019
by
PJ Arends
license:
CPOL
An MFC CWnd derived grid of user definable tiles
Desktop Development
»
Grid & Data Controls
»
General
C++
Windows
HTML
MFC
C++11
Page 1 of 213
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last