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 JohnX2015
This is a cross-platform general C++ engine, including a general runtime and a reflection engine.
by Mathew_wwx
This tip will introduce a library written in C++ that wraps up a 2d polygon triangulation algorithm with time complexity of O(N*logN), the algorithm works on both self-intersected and non self-intersected polygons.
by HateCoding
A tiny custom list control
by Lantert
Add Excel style filter function to Chris Maunder's CGridCtrl
by Arthur V. Ratz
This tip/trick introduces the basic ideas on how to avoid memory mismatched allocation/deallocation issues detected by Intel® Inspector XE for Visual Studio 2015
by Zhuyun Dai
Your build will fail if you print 'Error:' in your custom Build Events of Visual Studio.
by cth027
A small utility class to ease C++ stream input with predefined and controlled format
by Gonzales Cenelia
Simple Speech Recognition using C++
by bvinothraj
C++ Wrapper for Pipe-based IPC in Windows
by arussell
Unlock a file that is in use by another process
by Taehoon Kim 1004
Capture program using GDI
by JPhelps
To dynamically set the password viewing style for the edit control
by SaahilPriya
Connect Systems using WMI Services, Remote as well as Local
by Pranit Kothari
If you have chosen Win32 console based application while using New Project Wizard, and later you realize you need to add MFC support, here is a trick.
by SaahilPriya
The sample demonstrates how to count the number of OLE Automation Objects running at a particular time.
by stevenong_2006
This project is intended for one to create an automated build environment to build the Boost libraries set to be used with VC++ in Visual Studio 2013.
by pasztorpisti
An advice to make your DLL interface more attractive and easier-to-maintain even in cross-platform projects
by slaon77
Setting APM level for SATA hard drive
by Jose A Pascoa
Part 1 - Using DMath from C#
by Orjan Westin
Simplifying the use of dynamically sized C structs
by Emiliarge
Simple WebBrowser (IE) class in Pure C++
by David O'Neil
I needed an 'Update' solution for a project, and modified Geert van Horrik's 'Updater' to do so. This is the solution in Visual Studio Community Edition
by NATKIT7
One example of the need to have a set of nested loops in is combinotronics where you are trying to generate all possible combinations. If we want to have a variable number of elements generated then we need to look at having dynamically nested loops.
by zidane168
This tip will help you to get server side date-time
by Thomas B Dignan
Getting the text of Win32 Error codes for 99% of cases.
by Sa Sha
Implementation of GMDH algorithm, using a sigmoid function. C++, VS, AlgLib-based
by trident99
GT is a compact, efficient, and customizable graphical user interface (GUI) library for the Windows environment.
by Aydin Homay
This tip/trick discusses about hosting a Windows Form user control in an MFC dialog box and View windows.
by User 59241
A robust approach to decoding CIM_DATETIME for C++ programmers
by Itai Basel
A macro that gets current function's return type on visual C++
by Muhammad Taqi Hassan Bukhari
Validate Fileupload using server side custom Validation
by David A. Gray
Variable scope in C++ can be devastatingly subtle, as in this function.
by Gregory Morse
Implementing a complete WRL native C++ XAML blank project template
by Member 11246861
Some ways in which laptops and microcontrollers communicate
by Pankaj Choudhary - C++ Devepoler
Logging in C++
by ThatsAlok
Simple tip and trick for Mail Slot
by bishopnator29a
Simple method how to make application's window maximized on different monitors in multi-monitor setup.
by Rick York
A Handy Memory Allocation Tracking Macro and Header for Visual Studio C++ Code
by aljodav
An easy way to encrypt files that are automatically decrypted in the same user account
by aljodav
A simple, short and easy way to display a JSON object in a browser (motivated by a forum question)
by zdf
A solution for conversion of a non-undoable application to an undoable one.
by Pritam Deshmukh
This tip elaborates few useful tricks and shortcuts of VS 2013 mainly for professional edition (You can find them with Ultimate version too).
by KarstenK
Using the Wincrypto in the Windows SDK
by Member 11246861
First samples in VisualGDB for Raspberry pi2
by Member 11246861
Wifi communication between RaspberryPi2 and Laptop ASUS: fonts English, Russian.
by Mitendra Anand
How to read a value from a key in the Windows Registry.
by HateCoding
This tip will show you an example for using R-tree.
by Yohamnes Hernandez
How to free blocked files, inclusive if they are mapped in memory. Something that many tools are missing.
by zidane168
This topic focuses on what is the difference between SendMessage and PostMessage and how to use them?
by Member 11246861
Under laptop's control, microcontroller sends sensor data to laptop that displays numbers and graphic.
by WoodyMou
Session 1: Setup SoftEther L2TP server on Amazon AWS Ubuntu
by Lakamraju Raghuram
Memory leak detection in VC++
by Manuel Campos
A modeless dialog that allows magnification of a section of a display screen
by Gautam Agrawal (Programming Expert)
Enable user to make a dialog transparent without making its child control transparent
by sunhui
In this paper, we will discuss some advanced skills for ATL COM development.
by Schrödter
How to write data to SQLSERVER varbinary(MAX) columns in C++ using ADO
by sam stokes
How to implement live tile notification in just a few lines of code
by cth027
Check how your application behaves when there's not much memory
by BlueMaple_chief
To make a simple auto updater demo, I use webclient 'interfaces' to download the file and monitor the progress.
by D4rkTrick
Get manifest support with VC6
by JPhelps
Using CFolderPickerDialog
by Gregory Morse
WebView navigateToLocalStreamUri can be used from WinJS/JavaScript with some more advanced coding techniques to wrap a necessary interface
by Sweta Mittal
Validate whether value in string is a valid decimal number or not.
by Emiliarge
How to statically link a Win32 Project with Visual C++ libraries (m***.dll)
by Avtem
A couple of fixes when your Visual Studio Intellisense becomes buggy
by Bartlomiej Filipek
By default, Visual Studio (up to VS 2013) uses additional debug heap that slows down applications, even in Release mode. Read what you can do about this.
by Akos Mattiassich
Find a window on the desktop, spy its properties and manipulate it.