Click here to Skip to main content
15,885,278 members
Everything / Programming Languages / VC++

VC++

VisualC++

Great Reads

by Eugene Balabanov
A tiny sandbox primer
by jurhas
A small simulator for a 6 axis articulated robot
by Marius Bancila
Using managed COM objects in C++ without registering the server in Windows Registry
by Petrov Vladimir
Weiler-Atherton algorithm in MFC codes demo implementation

Latest Articles

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 Ș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 Tough Developer
How to compile WinQEMU v0.10.2 in VS2008 and VS2012

All Articles

Sort by Score

VC++ 

19 Feb 2016 by pasztorpisti
An advice to make your DLL interface more attractive and easier-to-maintain even in cross-platform projects
19 May 2015 by Yohamnes Hernandez
How to free blocked files, inclusive if they are mapped in memory. Something that many tools are missing.
1 May 2017 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
6 Nov 2014 by Orjan Westin
Simplifying the use of dynamically sized C structs
5 Mar 2017 by Jose A Pascoa
1 Nov 2020 by Rick York
A Handy Memory Allocation Tracking Macro and Header for Visual Studio C++ Code
2 May 2012 by Itai Basel
A macro that gets current function's return type on visual C++
26 Jun 2014 by zdf
A solution for conversion of a non-undoable application to an undoable one.
17 Sep 2014 by BlueMaple_chief
To make a simple auto updater demo, I use webclient 'interfaces' to download the file and monitor the progress.
30 Nov 2014 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
15 Apr 2015 by D4rkTrick
Get manifest support with VC6
24 May 2015 by JPhelps
Using CFolderPickerDialog
7 Jan 2012 by ThatsAlok
Simple tip and trick for Mail Slot
11 Feb 2015 by WoodyMou
Session 1: Setup SoftEther L2TP server on Amazon AWS Ubuntu
1 Apr 2015 by Lantert
Add Excel style filter function to Chris Maunder's CGridCtrl
7 May 2013 by Aydin Homay
This tip/trick discusses about hosting a Windows Form user control in an MFC dialog box and View windows.
31 Jul 2013 by Thomas B Dignan
Getting the text of Win32 Error codes for 99% of cases.
11 Oct 2015 by Member 11246861
Wifi communication between RaspberryPi2 and Laptop ASUS: fonts English, Russian.
2 Apr 2021 by Avtem
A couple of fixes when your Visual Studio Intellisense becomes buggy
22 Apr 2014 by SaahilPriya
Connect Systems using WMI Services, Remote as well as Local
20 Apr 2014 by Zhuyun Dai
Your build will fail if you print 'Error:' in your custom Build Events of Visual Studio.
19 Jun 2014 by KarstenK
Using the Wincrypto in the Windows SDK
21 Mar 2015 by SaahilPriya
The sample demonstrates how to count the number of OLE Automation Objects running at a particular time.
12 Sep 2012 by sam stokes
How to implement live tile notification in just a few lines of code
31 May 2014 by Muhammad Taqi Hassan Bukhari
Validate Fileupload using server side custom Validation
15 Jun 2015 by Sa Sha
Implementation of GMDH algorithm, using a sigmoid function. C++, VS, AlgLib-based
8 Jun 2020 by Manuel Campos
A modeless dialog that allows magnification of a section of a display screen
3 May 2015 by Pankaj Choudhary - C++ Devepoler
10 Dec 2011 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.
28 Dec 2014 by Akos Mattiassich
Find a window on the desktop, spy its properties and manipulate it.
28 Jun 2016 by JohnX2015
This is a cross-platform general C++ engine, including a general runtime and a reflection engine.
28 Dec 2014 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).
4 Apr 2015 by arussell
Unlock a file that is in use by another process
16 Jan 2016 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.
29 Mar 2017 by Taehoon Kim 1004
Capture program using GDI
5 Jul 2015 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.
6 Apr 2014 by User 59241
A robust approach to decoding CIM_DATETIME for C++ programmers
20 Aug 2014 by slaon77
Setting APM level for SATA hard drive
9 Feb 2015 by Member 11246861
Under laptop's control, microcontroller sends sensor data to laptop that displays numbers and graphic.
5 Feb 2012 by Lakamraju Raghuram
Memory leak detection in VC++
15 Apr 2014 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.
14 Dec 2015 by Gregory Morse
Implementing a complete WRL native C++ XAML blank project template
16 Dec 2014 by bishopnator29a
Simple method how to make application's window maximized on different monitors in multi-monitor setup.
2 Jun 2015 by cth027
Check how your application behaves when there's not much memory
19 Apr 2015 by Member 11246861
Some ways in which laptops and microcontrollers communicate
13 Feb 2017 by trident99
GT is a compact, efficient, and customizable graphical user interface (GUI) library for the Windows environment.
5 Aug 2013 by Gautam Agrawal (Programming Expert)
Enable user to make a dialog transparent without making its child control transparent
25 Feb 2016 by Gregory Morse
WebView navigateToLocalStreamUri can be used from WinJS/JavaScript with some more advanced coding techniques to wrap a necessary interface
28 Oct 2014 by bvinothraj
C++ Wrapper for Pipe-based IPC in Windows
13 Feb 2016 by JPhelps
To dynamically set the password viewing style for the edit control
23 Sep 2015 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.
16 Mar 2015 by sunhui
In this paper, we will discuss some advanced skills for ATL COM development.
5 Oct 2014 by Schrödter
How to write data to SQLSERVER varbinary(MAX) columns in C++ using ADO
9 Dec 2014 by Emiliarge
How to statically link a Win32 Project with Visual C++ libraries (m***.dll)
11 Apr 2015 by cth027
A small utility class to ease C++ stream input with predefined and controlled format
17 Oct 2015 by zidane168
This topic focuses on what is the difference between SendMessage and PostMessage and how to use them?
11 Sep 2015 by Member 11246861
First samples in VisualGDB for Raspberry pi2
2 Dec 2014 by HateCoding
This tip will show you an example for using R-tree.
14 Jun 2014 by Gonzales Cenelia
Simple Speech Recognition using C++
1 Jun 2015 by David A. Gray
Variable scope in C++ can be devastatingly subtle, as in this function.
22 Nov 2011 by Mitendra Anand
How to read a value from a key in the Windows Registry.
17 Oct 2015 by zidane168
This tip will help you to get server side date-time
17 Aug 2015 by Sweta Mittal
Validate whether value in string is a valid decimal number or not.
27 Feb 2015 by aljodav
An easy way to encrypt files that are automatically decrypted in the same user account
28 Feb 2015 by aljodav
A simple, short and easy way to display a JSON object in a browser (motivated by a forum question)