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*
1,335 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 54
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
, +
Basic x86-64bit Buffer Overflows in Linux
30 Aug 2019
by
Oscar-Tark
license:
CPOL
If you are looking into white hat hacking, it's good to know old school tactics used for overflows.
General Programming
»
Cryptography & Security
»
Security
C
Perl
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
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
decode multiPage rotate tif.
zip
12 Aug 2019
by
LeisureBamboo
license:
CPOL
The decode and encode of multiPage rotate tif.zip
Desktop Development
»
Files and Folders
»
Compression
VS6
C
Windows
Win32
Objective-C
Text
, +
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
Compiling MuPDF DLL to Render and Edit PDF Documents
31 Jul 2019
by
wmjordan
license:
CPOL
MuPDF is an open-sourced, high performance PDF rendering and editing engine written in C. This article describes how to compile its source code to a DLL for use in other programming languages.
Desktop Development
»
Document / View
»
Doc/View
C
C#
Windows
Python
PDF
VS2013
, +
JavaScript Closures for C and Pascal Programmers
29 Jul 2019
by
sickfile
license:
GPL3
Demystify the inner workings of JavaScript closures
Languages
»
Programming Languages
»
General
C
Javascript
Pascal
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
Run a C Language Interpreter on Your ESP32
31 May 2019
by
Rick Lunglhofer
license:
MIT
Details the Implementation and use of a C Language Interpreter with a browser Interface running on an ESP32
Internet of Things
»
Arduino
»
General
C++
C
HTML
Objective-C
Shell
processing
, +
Fast Circle Coordinate Mapping and Color Wheel Creation: Part 2 – Code
26 May 2019
by
CMalcheski
license:
CPOL
Part 1 of this article discussed an algorithm for addressing all pixels within a circle with surgical precision, optionally expanded to filling in those pixels as required to create a color wheel; this is part 2 of 2, covering the actual implementation.
General Programming
»
Algorithms & Recipes
»
General
C++
C
ASM
All-Topics
Assembler
Give JSON and XML Serialization to C++ Yet Existing Code
26 May 2019
by
altomaltes
license:
CPOL
This code allows dumping and retrieval from a single variable to a complete tree of objects using both JSON and XML, in an unintrusive way, using tentative templates.
Languages
»
C / C++ Language
»
Templates
C++
C
Linux
JSON
XmlSerializer
Vulkan API with Kotlin Native - Instance
26 Apr 2019
by
Igor Kushnarev
license:
GPL3
Creating Vulkan instance with Kotlin Native
Platforms, Frameworks & Libraries
»
Cross Platform
»
General
C++
C
Windows
Linux
Android
vulkan
, +
Vulkan API with Kotlin Native - Draw
26 Apr 2019
by
Igor Kushnarev
license:
GPL3
Vulkan API with Kotlin Native. Drawing loop.
Platforms, Frameworks & Libraries
»
Cross Platform
»
General
C++
C
Windows
Linux
Android
kotlin
x64 Memory Access Monitor
23 Apr 2019
by
Member 13737597
license:
CPOL
This article shows how to automatically catch memory access (read /write) for some memory region and log these changes into file
General Reading
»
Hardware & System
»
General
C++
C
Windows
ASM
C++ Object Relational Mapping (ORM)- Eating the Bun - Part 1 of N
20 Apr 2019
by
BrainlessLabs.com
,
sibani.p
license:
BSD
Creating a simple ORM for C++ on-top of SQL database
Database
»
Nosql
»
General
C++
C
XML
.NET
Visual-Studio
MySQL
, +
Vulkan API with Kotlin Native - Swapchain, Pipeline
16 Apr 2019
by
Igor Kushnarev
license:
GPL3
Vulkan pipeline with Kotlin Native
Platforms, Frameworks & Libraries
»
Cross Platform
»
General
C++
C
Windows
Linux
Android
vulkan
, +
CaptureManager SDK
14 Apr 2019
by
Evgeny Pereguda
license:
CPOL
Simple SDK for capturing, recording and streaming video and audio from web-cams on Windows OS by Windows Media Foundation.
Multimedia
»
Audio and Video
»
General
C++
C
C#
XML
Java
Windows
, +
Practical Electronics For Makers (Part 5 of N)
9 Apr 2019
by
raddevus
license:
CPOL
Using transistors as switches.
Internet of Things
»
Arduino
»
General
C
Arduino
Visual C.
C++ Macro and Compiler Switch Cheat Sheet
4 Apr 2019
by
David A. Gray
license:
CPOL
Here I present a cheat sheet that I assembled for my own use, in the hope that others may as well find it useful.
General Reading
»
Hardware & System
»
General
C++
C
Windows
Computer Vision Sandbox
4 Apr 2019
by
Andrew Kirillov
license:
GPL3
An open source application to acquire and process video from cameras.
Multimedia
»
Audio and Video
»
Video
C++
C
Windows
QT
Computer-Vision
Vulkan API with Kotlin Native - Platform's Windows
31 Mar 2019
by
Igor Kushnarev
license:
GPL3
Native windows with Kotlin Native for Linux and Windows platforms
Platforms, Frameworks & Libraries
»
Cross Platform
»
General
C++
C
Windows
Linux
Android
vulkan
, +
What is: chroot – The System Call and Utility in Linux
31 Mar 2019
by
setevoy4
license:
CPOL
The chroot() Linux system call explanation and the chroot utility usage examples
General Reading
»
Hardware & System
»
System
C
Linux
administrator
Virtualization
administration
Vulkan API with Kotlin Native - Project Setup
27 Mar 2019
by
Igor Kushnarev
license:
GPL3
Using Vulkan API with Kotlin Native example
Platforms, Frameworks & Libraries
»
Cross Platform
»
General
C++
C
Windows
Linux
Android
graphics
, +
Page 1 of 54
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last