Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / VisualC++

VisualC++

VisualC++

Great Reads

by Raghavendra Hosad
2D DFT for Color Image - GUI implementation
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 Paulo Zemek
This article presents a .NET like Dictionary implemented in C++, which has better performance and consumes less memory than the STL's unordered_map class.
by John Jiyang Hou
A List data structure implementation in MASM Assembly with C function realloc

Latest Articles

by Raghavendra Hosad
2D DFT for Color Image - GUI implementation
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 Paulo Zemek
This article presents a .NET like Dictionary implemented in C++, which has better performance and consumes less memory than the STL's unordered_map class.
by John Jiyang Hou
A List data structure implementation in MASM Assembly with C function realloc

All Articles

Sort by Score

VisualC++ 

by Raghavendra Hosad
2D DFT for Color Image - GUI implementation
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 Paulo Zemek
This article presents a .NET like Dictionary implemented in C++, which has better performance and consumes less memory than the STL's unordered_map class.
by John Jiyang Hou
A List data structure implementation in MASM Assembly with C function realloc
by Michael Haephrati
The progress bar snippet explained in this article, can be called or updated from different running programs.
by Jeremy Falcon
Provides a base to use when programming OpenGL-enabled applications for the real world, rather than a simple hello world.
by Hari Mahadevan
A simple C++ class framework for writing Windows services
by Babu_Abdulsalam
A Simple Profiler for C++ apps on x64 platform
by David Maw
A working example of a Windows client and server using TLS over TCP.
by Snorri Kristjansson
Active Directory change auditing solution. A Windows Service that stores selected AD change events from the Security log of all Domain Controllers to an SQL database.
by Patrik Mlekuž
Image Control for viewing most common image formats with advanced features included (Import Image, Preview, Resize, Position, Pan, Zoom, Export Image, Extract Resource Icon).
by potluri_suresh
Raw Audio data is encoded to AMR-NB audio using opencore-amr library
by Abhishek Nandy
a simple walk through of project anarchy Wild Card
by Richard Chambers
Providing a C library with primitives for manipulating a list including splice, for each, and algorithms.
by Satish Jagtap
This article explains how to import database to MySQL server and how to export database from MySQL server without using batch files.
by geoyar
Applying Ant Colony Optimization algorithms to solve the Traveling Salesman Problem.
by tkontos
A WTL based, XML driven shortcut replacement
by hoanganhtdh1
This article demonstrates some techniques to automate Word 2016 using Visual C++ MFC in Visual Studio 2015.
by Eugene Sadovoi
Integrating third party tools and libraries into Visual Studio (MSBuild) configuration environment.
by Eugene Sadovoi
Integrating third party tools and libraries into Visual Studio (MSBuild) configuration environment.
by Mikhail Semenov
Efficient Quicksort methods for sorting arrays with lots of duplicate elements
by bishopnator29a
Saving, Loading and data migration in compact library
by Vladimir Svyatski
I'm going to show you some not quite evident things if you're about to write a C++/CLI application.
by Babu_Abdulsalam
Various features supporting Concurrency in C++11
by KarstenK
Interoperability: Calling C++ from C#
by cth027
A tutorial to master the Java Native Interface with C++
by Evgeny Pereguda
Simple lib for capturing live-video from web-camera by using Media Foundation
by David A. Gray
Share Win32 string resources without the risk of conflicting resource IDs
by Asif Bahrainwala
Design your own language and write a compiler/ interpreter for it
by Asif Bahrainwala
by Nisamudheen
Numerical concepts of NaN, IND, INF and DEN using C++.
by Ger Hayden
This article shows how to connect to MySql without an ORM when using Visual Studio Express 2013 for ASP.NET MVC development.
by Eugene Sadovoi
Integrating third party tools and libraries into Visual Studio (MSBuild) build and reference system.
by Mikhail Semenov
This articles proposes an implementation of a collection of constructs for writing loops in C++11, as an alternative to the standard C-style for-loop.
by Marius Bancila
An introduction to cpplinq, a open-source template library that provides LINQ-like operators for querying collections (arrays and STL containers) in C++11.
by PJ Arends
A CTreeCtrl derived control that has four checkbox states
by Matt Scarpino
This article explains how to perform mathematical SIMD processing in C/C++ with Intel's Advanced Vector Extensions (AVX) intrinsic functions.
by Zebedee Mason
Use graphs and metrics to analyse static architecture
by Kai Schtrom
How to use DSE-Patcher to disable Driver Signature Enforcement
by onqtam
Intro to testing framework, what makes it unique and points about its capabilities
by Jochen Arndt
Add drag & drop support with drag images and drop descriptions to your MFC applications
by Richard Chambers
Exploring how to embed a Java VM into a C application and developing a native library for a Java application using JNI.
by arnavguddu
How to Embed Python interpreter in your C/C++ code and dynamically change the code path of compiled native code.
by Marius Bancila
MFC Collection Utilities is a small open-source library that enables you to use any MFC collection with range-based for loops.
by Svetoslav Chekanov
Fast implementation of 2:1 image shrink (full image or part of it)
by Bartlomiej Filipek
Flexible Particle System - Updaters
by KarstenK
Emporing C++ on the Windows Phone 8.0
by HongBing75
A general robot operating system
by Mostafa A. Ali
An introduction to HLA simulation and HLA Listener
by Android on Intel
This tutorial will guide you through writing a native “Hello World” Android* app in Visual Studio* through the IDE Integration feature of Intel® INDE 2015.
by Hilmi Jauffer
The article provides some guidelines to improve VC++ project build time.
by Jim Charles
Install driver dynamically or install driver as a service for Windows.
by Eugene Balabanov
A tiny sandbox primer
by Arthur V. Ratz
In this article I will thoroughly discuss about the several aspects of using the revolutionary new Intel® oneAPI HPC Toolkit to deliver a modern code that implements a parallel “stable” sort
by Lai Taiyu
A simple image binarization
by Ravimal Bandara
An implementation of unsupervised watershed algorithm to image segmentation with histogram matching technique for reduce over-segmentation by using openCV.
by Arthur V. Ratz
This article demostrates the C++ code that implements AI binary distribution evolutionary algorithm for finding the "nearest" neighbor values of the given value of x in the array of N elements.
by Arthur V. Ratz
In this article, we'll demonstrate an approach the allows to increase the performance (up to 600%) of the code that implements the conventional distribution counting algorithm (DCA) using NVIDIA CUDA 8.0 Runtime API
by Arthur V. Ratz
This article demonstrates how to implement the Huffman adaptive compression alogrithm to compress graphics images of 256 colors depth and other multimedia files
by Satish Jagtap
This article explains how to import database to MySQL server and how to export database from MySQL server.
by Arthur V. Ratz
In this article we'll discuss an approach of using jQuery's Ajax requests to implement an indexed search filter based on an example of creating a simple phone book web application with ASP.NET MVC.
by Marius Bancila
Learn how to integrate the new Windows Azure machine-learning APIs in a C++ application using C++ REST SDK
by Ștefan-Mihai MOGA
This article is about the IntelliFile application which is a free alternative Windows version to Total Commander and uses many components that have been published on CodeProject.
by Ștefan-Mihai MOGA
You can use IntelliPort to transfer large files from a computer onto your portable computer using a serial port rather than going through the process of setting up your portable computer on a network.
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.
by Marius Bancila
Using managed COM objects in C++ without registering the server in Windows Registry
by Ștefan-Mihai MOGA
Did you spot any bugs today? Than this tool might save some of your time
by tonywilk
Not 'Just Another Parser', this reads elements from JSON simply and without memory overhead in C
by Yonghwi Kwon
A simple and easy way to check validity of variables in native C++ language
by Francisco José Sen del Prado
A C++ framework to measure things
by Chris Maunder
A fully featured MFC grid control for displaying tabular data. The grid is a custom control derived from CWnd
by aljodav
A very easy way to drive PowerShell console application through MFC
by Marius Bancila
Experiences and recommendations from modernizing legacy C++ code using C++11/14
by Andrea Simonassi
The first and simplest of the multiplication algorithms, fast enough to multiply not too large numbers
by Alex Fotios
How to enumerate and mute all microphone components under all mixer devices using the Audio Mixer API
by David O'Neil
A short introduction to Object Oriented Programming with C++, showing the basics of objects and virtual functions in an approachable manner.
by Santhosh G_
Applying oil painting effect on an image.
by Aleh Baradzenka
This control is another kind of tab. Tabs are displayed as horizontal stripes and can be collapsed into buttons. Each tab is assigned its own window, which is shown when you click on the tab.
by YangManWoo
This article describes how to create custom controls using strategy patterns.
by Grant Curell
Performing steganography on PNG images
by NewPast
Software protection & Decompiling software as a new cracking method
by Eugene Sadovoi
Integrating Boost library into Visual Studio (MSBuild) build and reference system.
by Frankie-C
Safehandles is a library for management of data structure using robust and safe handles.
by DriveByCoder
How fast can your PC serve up data?
by Mikhail Semenov
This article proposes a mapping algorithm, called Segmented Map, which is almost as fast as Flat Map is random access and enumeration of elements and close to std::map in insertion of elements.
by Tsuda Kageyu
Implement a simple-look substitution of BOOST_SCOPE_EXIT using some of the new features of C++0x
by jurhas
A small simulator for a 6 axis articulated robot
by john morrison leon
observer_ptr, a smart observer guaranteed to always be either valid or test as null. Transparently harnessing unique_ptr's custom deleter feature to detect object destruction.
by Aleh Baradzenka
In this article, you will learn about a control that is necessary for the partition of the dialog, main or child window of your program by several parts.
by David A. Gray
This article documents issues that I have identified in the new secure overloads of the CRT buffered print routines.
by Doc Lobster
An introduction to advanced template metaprogramming using an explanatory project
by Aleh Baradzenka
In this article, you will learn about an adjustable control that has zooming and scrolling tabs, dragging with the mouse, custom drawing and much more.
by Michael Haephrati
Pixelating images for privacy protection while running a monitoring and surveillance software
by Doctor Autonomy
A surprisingly easy way to avoid memory leaks with new/delete allocations in C++
by Zuoliu Ding
A discussion on how Visual C/C++ code works with bit-wise logical and shift operators, as well as a loop optimization.
by john morrison leon
A lightweight library allowing diverse unit types, seamless implicit scaling between them and the ability to work efficiently with multiple factor-less base unit systems (e.g. MKS and cgs).
by jackyxinli
This article demonstrates how to use mplayer as an audio decoder by callback functions.
by jackyxinli
This article demonstrates how to use mplayer as an audio decoder and display real time spectrum during playback process
by Peter Moore - Chicago
By writing your own Virtual File System with a little C++, you can escape ApplicationData.LocalFolder and read and write databases in any folder your app has access to.
by David A. Gray
Use static buffers to guarantee that error message reporting succeeds, even when token replacement is required, and memory is low.
by shailesh91082
This article explains how to implement Common Versioning Mechanism which helps in easy maintenance of product
by Satish Jagtap
This article is written in VC++ as utility to manage startup applications of Windows.
by Petrov Vladimir
Weiler-Atherton algorithm in MFC codes demo implementation
by john morrison leon
An alternative approach in which dialogs are entirely specified as C++ code that requires neither IDE support to be written nor IDE generated resources to be executed. Powered by the C++ type system.
by Santhosh G_
Implementation of different interpolations[Bi-Linear and Bi-Cubic] with OpenGL.