Click here to Skip to main content
15,868,016 members
Everything / Programming Languages / Visual C++ 10.0

Visual C++ 10.0

VC10.0

Great Reads

by Petrov Vladimir
Weiler-Atherton algorithm in MFC codes demo implementation
by Lars [Large] Werner
Windows has built inn support for a lot of keyboard languages, this class makes it possible to extract that info in an easy manner and present it to screen.
by Eugene Sadovoi
Integrating third party tools and libraries into Visual Studio (MSBuild) configuration environment.
by Petrov Vladimir
Weiler-Atherton algorithm in 3D codes demo implementation

Latest Articles

by libbyliugang
A splitter control for dialog can auto change the linked window's position
by gintack
C++ header file to plot data in the form of x, y, z arrays and list as potential lines and graphs
by tonywilk
Not 'Just Another Parser', this reads elements from JSON simply and without memory overhead in C
by Petrov Vladimir
Weiler-Atherton algorithm in 3D codes demo implementation

All Articles

Sort by Score

Visual C++ 10.0 

25 Feb 2018 by Petrov Vladimir
Weiler-Atherton algorithm in MFC codes demo implementation
18 Dec 2012 by Lars [Large] Werner
Windows has built inn support for a lot of keyboard languages, this class makes it possible to extract that info in an easy manner and present it to screen.
30 Mar 2015 by Eugene Sadovoi
Integrating third party tools and libraries into Visual Studio (MSBuild) configuration environment.
11 Mar 2018 by Petrov Vladimir
Weiler-Atherton algorithm in 3D codes demo implementation
7 Mar 2001 by grebulon
This Add-in converts the text format (DOS or UNIX) of a file when it is saved in Visual Studio.
4 Sep 2013 by KillBot Project
A make-over of one of the most popular family games, Monopoly.
3 Feb 2017 by Satish Jagtap
This article is written in VC++ as utility to manage startup applications of Windows.
8 Sep 2012 by Asame Imoni Obiomah
This article is the first toddler step in the development of a framework for the delivery of motion, touch and 3D forms as interactive services locally and over networks.
14 Sep 2013 by The Ultimate Toolbox, metalogicsw.com
The Ultimate Grid is now Open Source
5 Aug 2014 by Babu_Abdulsalam
A Simple Profiler for C++ apps on x64 platform
30 Oct 2016 by Shao Voon Wong
Prototype SIMD vectorized code effortlessly.
29 Mar 2013 by Kenneth Haugland
Solves 1st, 2nd, 3rd and 4th degree polynominal by explicid fomulas for real coefficients and any degree by the numerical Jenkins-Traub algorithm with real and complex coefficients.
17 Mar 2015 by Tsuda Kageyu
Provides the basic part of Microsoft Detours functionality for both x64/x86 environments.
30 Sep 2015 by Timo Kunze
Use undocumented parts of the Windows Vista list view API to enhance your application.
1 Jul 2015 by Chris La
This article explains 10 rules (steps) for replacing the recursive functions using stack and while-loop to avoid the stack-overflow.
25 Mar 2015 by Eugene Sadovoi
Integrating third party tools and libraries into Visual Studio (MSBuild) configuration environment.
2 Jun 2014 by Chris La
This is an alternative project of "OraLib - a lightweight C++ wrapper over Oracle's OCI library"
1 Jul 2015 by Chris La
How to create a server-client network quickly using IOCP TCP template server-client framework, EpServerEngine.cs (C#).
21 Feb 2011 by Michael Dunn
A tutorial that shows how to get started using the Ribbon in your applications
2 Sep 2010 by dmihailescu
What is the start-up and system performance overhead for .Net, Mono, Java versus C++ and Forms, WPF, Swing versus MFC
15 Feb 2013 by Christoph Husse
The clean way for getting C++ enumerations with Reflection support.
29 Sep 2018 by libbyliugang
A splitter control for dialog can auto change the linked window's position
10 Jan 2011 by phoaivu
GPU Implementation of Extended Gaussian mixture model for Background Subtraction
17 Jun 2013 by geoyar
An MFC linear chart control with enhanced appearance.
10 Feb 2011 by Tanvi K Shah, Steve H Davis
How to give your users a smooth scrolling experience with High Resolution Mouse Wheels
13 Aug 2014 by Stefan_Lang
How to avoid overflow and still retain precision on large integer calculations
18 Jul 2011 by Michael Dunn
This article shows how to control various Ribbon and command properties at runtime
22 Oct 2010 by Mustafa Chelik
Play XM music files in pure C++ using unpacked BASSMOD.dll from file and memory
19 Dec 2012 by ThatsAlok
Article touching simple programming instrument like Property, Method, Event and invoking ATL Dialogs from ATL/COM Component
7 Jan 2014 by Petr Ivankov
Application of abstract approach to real-time.
4 Jul 2011 by Richard MacCutchan
A little tool to keep a list of code or text snippets ready to put in the clipboard
17 Jul 2011 by hofingerandi
Problems I encountered when polishing the GUI of an existing 200K LOC application.
23 Jan 2018 by Cem KARACA
An article on how to combine Slider Controls and Progress bar into one class using custom draw
19 Jun 2012 by Dominik Reichl
CSHA1 - A C++ class implementation of the SHA-1 hash algorithm
18 Jun 2014 by Tsuda Kageyu
Implement a simple-look substitution of BOOST_SCOPE_EXIT using some of the new features of C++0x
22 Aug 2013 by Chris La
This article explains how to create your own simple Lock Framework for C++ synchronization.
16 Jan 2013 by Ajay Vijayvargiya
Covering the nitty-gritties of C++ templates.
31 Oct 2012 by Francesco Aruta
A toolbar editor for Visual Studio. It can modify, add and create buttons, images and all that is needed for a toolbar.
11 Jan 2011 by Dennis Dykstra
Enabling font and formatting changes in the MFC hyperlink control
5 Aug 2010 by Youngho Kim
This article is a guide for "How to make OpenGL custom Wizard on Visual Studio 2010?"
30 Jan 2012 by didierjeanphi
Introduction to Volume Shadow Copy API in C++
22 Dec 2012 by Anders Dalvander
An introduction to RPC programming. A simple RPC client/server application is explained.
19 Oct 2010 by "Fish" (David B. Trout)
Simple parsing of VS_VERSIONINFO version information strings displayed in an XP-style file-properties "Version" tab
12 Apr 2016 by Shao Voon Wong
Draw text outline using DirectWrite
16 Jul 2015 by Chris La
How to create a server-client network quickly using template server-client framework, EpServerEngine (C++ and Windows Winsock).
31 Jan 2014 by David O'Neil
A quick comparison of the C++11 lambda/delegate approach vs. Sergey Ryazanov's 'Impossibly Fast Delegates.'
1 Jan 2012 by Mike G. P.Mee
An alternative to hooked key logging.
1 Jul 2012 by Ajay Vijayvargiya
Let's dwell deeper into C++ templates!
25 Apr 2013 by In the Face of God
Unmanaged code application accessing data in a database via Web Services without a database provider.
15 Jul 2011 by ThatsAlok
Collection of Q&A from VC++ forum
2 Jan 2011 by malxau
A demonstration of resizing controls on a dialog box with minimal changes to existing Win32 code via resource markup
25 May 2012 by Asif Bahrainwala
2 Dec 2011 by ErnestoNet
Program to find all the solutions to a Pentomino puzzle.
18 Apr 2012 by Ivan Shcherbakov
The article describes 10 time-saving debugging techniques available in Visual Studio.
21 Apr 2013 by bshokati
How to create a client-server network for multiplayer game programming using C++ and Windows Winsock
12 Feb 2013 by The Ultimate Toolbox
Updates and User Contributions for the Ultimate Toolbox Libraries
12 Apr 2016 by Shao Voon Wong
Linq-To-XML Node Creation for Native C++
26 Apr 2011 by Sudheesh.P.S
AsyncFile is a small wrapper class for simplifying the usage of asynchronous file APIs.
2 Sep 2011 by Alexander Bessonov
A simple high-level IPC library with ability to use native C++ interfaces.
7 Apr 2014 by SOHAM_GANDHI
It is simple video capture application using Windows form with VC++. This project demonstrate, Configuration VC++ for Opencv as well as create windows form application.
11 Dec 2010 by logicchild
An article that desribes some essentials to help learn the DirectX technology.
11 Mar 2018 by tonywilk
Not 'Just Another Parser', this reads elements from JSON simply and without memory overhead in C
19 Feb 2013 by Debdatta Basu
Introduction to C#/C++ interoperability, and a performance evaluation.
8 Mar 2013 by joejames111
This is a VB.NET and C# version of "Minimal Key Logger Using RAWINPUT".
4 Nov 2012 by Julijan Sribar
A WTL control to display quality rate
21 Jun 2013 by ThatsAlok
How and Where to use it!
19 Sep 2014 by Konstantin Tchoumak
Reading hardware information in Stored Procedure
23 Oct 2012 by Ladislav Nevery
increase performance of your old code with simple operator addition
12 Apr 2016 by Shao Voon Wong
Finding lexicographical permutations on GPU
1 May 2012 by Markus Koppensteiner
Explains how to use some OpenCV commands for video manipulation.
29 May 2011 by OlegKrivtsov
This article demonstrates a file preview control in a WTL application.
22 Aug 2013 by Chris La
This article explains Objective-C like C++ memory management class, SmartObject.
12 Apr 2016 by Shao Voon Wong
Benchmark of hash and non-hash container
7 Mar 2012 by Yiannis Spyridakis
This articles describes the implementation of functors (of sorts) for VBA using C++ ATL.
1 Nov 2013 by Gabi Barcan
Call methods of an existing class in MFC asynchronously, while still preserving the thread affinity required by MFC and COM.
14 May 2012 by valeriyabobko
create COM with no ATL, just C++
29 Nov 2012 by Shanan Winters
Creating Menus (with Drop-Down Sub-Menus) using Images in WPF.
29 Dec 2010 by logicchild
An article that describes some of the important parts of Direct3D program code.
9 Jun 2010 by geoyar
How to register classes for Object Factory using TypeList and Template Metaprogramming
8 Feb 2011 by steveb
Interface-based programming, Runtime class discovery, Dynamic class loading from DLL
7 Aug 2011 by forest.house
This article illustrates the application of ATL/WTL by building a simple text editor based on the WTL objects
27 Jan 2011 by Evgeny Pereguda
Algorithm of fast forward DCT in 1D by only iteration and without branching of code
20 Jul 2012 by Sunil P V
This article is a simple geometry library for drawing lines, circles, arcs, text, etc.
27 Jan 2013 by Jaskiran Singh
The topic discusses how to safely access the pointers, which are considered as bomb shells if used unsafely.
2 Apr 2012 by FrewCen
Article about making C++ header files for simple 2D geometry objects.
3 Jun 2012 by weibing
Embedded ref-counted resource management
5 Jun 2010 by Software_Developer