Click here to Skip to main content
15,881,204 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 Updated

VC++ 

5 Oct 2014 by Abhishek Nandy
a simple walk through of project anarchy Wild Card
16 Mar 2021 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.
25 Mar 2021 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.
16 Mar 2021 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.
12 Aug 2012 by Alex Fotios
How to enumerate and mute all microphone components under all mixer devices using the Audio Mixer API
24 Feb 2015 by aljodav
A very easy way to drive PowerShell console application through MFC
11 Jun 2022 by Andrea Simonassi
The first and simplest of the multiplication algorithms, fast enough to multiply not too large numbers
20 Jan 2015 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.
21 Sep 2014 by arnavguddu
How to Embed Python interpreter in your C/C++ code and dynamically change the code path of compiled native code.
14 Jul 2015 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.
22 Aug 2015 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
9 Dec 2016 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
16 Dec 2016 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.
7 May 2020 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
3 Aug 2014 by Asif Bahrainwala
Design your own language and write a compiler/ interpreter for it
5 Aug 2014 by Babu_Abdulsalam
A Simple Profiler for C++ apps on x64 platform
30 Dec 2014 by Babu_Abdulsalam
Various features supporting Concurrency in C++11
8 Jun 2014 by Bartlomiej Filipek
Flexible Particle System - Updaters
26 Jun 2016 by bishopnator29a
Saving, Loading and data migration in compact library
6 May 2010 by Chris Maunder
A fully featured MFC grid control for displaying tabular data. The grid is a custom control derived from CWnd
19 May 2015 by cth027
A tutorial to master the Java Native Interface with C++
2 Jun 2015 by David A. Gray
Use static buffers to guarantee that error message reporting succeeds, even when token replacement is required, and memory is low.
12 Jul 2016 by David A. Gray
Share Win32 string resources without the risk of conflicting resource IDs
19 Jan 2016 by David A. Gray
This article documents issues that I have identified in the new secure overloads of the CRT buffered print routines.
24 Sep 2018 by David Maw
A working example of a Windows client and server using TLS over TCP.
24 Nov 2014 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.
25 Aug 2011 by Doc Lobster
An introduction to advanced template metaprogramming using an explanatory project
6 Apr 2020 by Doctor Autonomy
A surprisingly easy way to avoid memory leaks with new/delete allocations in C++
10 Aug 2015 by DriveByCoder
How fast can your PC serve up data?
25 Mar 2015 by Eugene Sadovoi
Integrating third party tools and libraries into Visual Studio (MSBuild) configuration environment.
20 Mar 2015 by Eugene Sadovoi
Integrating Boost library into Visual Studio (MSBuild) build and reference system.
22 Mar 2015 by Eugene Sadovoi
Integrating third party tools and libraries into Visual Studio (MSBuild) build and reference system.
30 Mar 2015 by Eugene Sadovoi
Integrating third party tools and libraries into Visual Studio (MSBuild) configuration environment.
24 May 2015 by Evgeny Pereguda
Simple lib for capturing live-video from web-camera by using Media Foundation
27 May 2014 by Francisco José Sen del Prado
A C++ framework to measure things
20 Jan 2015 by Frankie-C
Safehandles is a library for management of data structure using robust and safe handles.
13 Sep 2013 by geoyar
Applying Ant Colony Optimization algorithms to solve the Traveling Salesman Problem.
23 Sep 2014 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.
22 Apr 2013 by Grant Curell
Performing steganography on PNG images
10 Jun 2014 by Hari Mahadevan
A simple C++ class framework for writing Windows services
23 Dec 2011 by Hilmi Jauffer
The article provides some guidelines to improve VC++ project build time.
23 Oct 2016 by hoanganhtdh1
This article demonstrates some techniques to automate Word 2016 using Visual C++ MFC in Visual Studio 2015.
7 Dec 2011 by jackyxinli
This article demonstrates how to use mplayer as an audio decoder by callback functions.
12 Dec 2011 by jackyxinli
This article demonstrates how to use mplayer as an audio decoder and display real time spectrum during playback process
26 Nov 2014 by Jeremy Falcon
Provides a base to use when programming OpenGL-enabled applications for the real world, rather than a simple hello world.
2 Dec 2011 by Jim Charles
Install driver dynamically or install driver as a service for Windows.
26 Mar 2021 by Jochen Arndt
Add drag & drop support with drag images and drop descriptions to your MFC applications
27 Feb 2016 by John Jiyang Hou
A List data structure implementation in MASM Assembly with C function realloc
8 Dec 2014 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).
3 Jun 2015 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.
18 Sep 2015 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.
28 Nov 2022 by Kai Schtrom
How to use DSE-Patcher to disable Driver Signature Enforcement
27 May 2014 by KarstenK
5 Dec 2014 by KarstenK
Interoperability: Calling C++ from C#
3 Nov 2012 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.
30 Oct 2014 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.
14 Dec 2014 by Marius Bancila
Experiences and recommendations from modernizing legacy C++ code using C++11/14
8 May 2015 by Marius Bancila
Learn how to integrate the new Windows Azure machine-learning APIs in a C++ application using C++ REST SDK
2 Aug 2017 by Marius Bancila
Using managed COM objects in C++ without registering the server in Windows Registry
2 Apr 2016 by Matt Scarpino
This article explains how to perform mathematical SIMD processing in C/C++ with Intel's Advanced Vector Extensions (AVX) intrinsic functions.
8 Sep 2015 by Michael Haephrati
Pixelating images for privacy protection while running a monitoring and surveillance software
29 Oct 2022 by Michael Haephrati
The progress bar snippet explained in this article, can be called or updated from different running programs.
23 Mar 2015 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.
31 Aug 2015 by Mikhail Semenov
Efficient Quicksort methods for sorting arrays with lots of duplicate elements
18 Sep 2022 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.
25 May 2015 by Mostafa A. Ali
An introduction to HLA simulation and HLA Listener
20 Aug 2018 by NewPast
Software protection & Decompiling software as a new cracking method
3 Oct 2014 by Nisamudheen
Numerical concepts of NaN, IND, INF and DEN using C++.
25 Jul 2014 by Nish Nishant
The article goes through sevean language and IDE features in the VS 14 CTP 2 that are specific to C++ development
21 Nov 2016 by onqtam
Intro to testing framework, what makes it unique and points about its capabilities
18 Jun 2016 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).
13 May 2014 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.
9 Mar 2015 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.
25 Feb 2018 by Petrov Vladimir
Weiler-Atherton algorithm in MFC codes demo implementation
2 Dec 2014 by PJ Arends
A CTreeCtrl derived control that has four checkbox states
17 Feb 2012 by potluri_suresh
Raw Audio data is encoded to AMR-NB audio using opencore-amr library
10 May 2017 by Raghavendra Hosad
2D DFT for Color Image - GUI implementation
3 Jul 2014 by Ravimal Bandara
An implementation of unsupervised watershed algorithm to image segmentation with histogram matching technique for reduce over-segmentation by using openCV.
7 Jan 2015 by Richard Chambers
Providing a C library with primitives for manipulating a list including splice, for each, and algorithms.
21 Jan 2015 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.
21 Sep 2011 by Santhosh G_
Implementation of different interpolations[Bi-Linear and Bi-Cubic] with OpenGL.
23 Mar 2015 by Satish Jagtap
This article explains how to import database to MySQL server and how to export database from MySQL server.
31 Mar 2015 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.
3 Feb 2017 by Satish Jagtap
This article is written in VC++ as utility to manage startup applications of Windows.
31 Jul 2013 by shailesh91082
This article explains how to implement Common Versioning Mechanism which helps in easy maintenance of product
9 Jan 2016 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.
16 Nov 2022 by Svetoslav Chekanov
Fast implementation of 2:1 image shrink (full image or part of it)
8 Feb 2015 by tkontos
A WTL based, XML driven shortcut replacement
11 Mar 2018 by tonywilk
Not 'Just Another Parser', this reads elements from JSON simply and without memory overhead in C
18 Jun 2014 by Tsuda Kageyu
Implement a simple-look substitution of BOOST_SCOPE_EXIT using some of the new features of C++0x
13 Feb 2015 by Vladimir Svyatski
I'm going to show you some not quite evident things if you're about to write a C++/CLI application.
1 Jun 2018 by YangManWoo
This article describes how to create custom controls using strategy patterns.
8 Jul 2011 by Yonghwi Kwon
A simple and easy way to check validity of variables in native C++ language