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

VC12.0

VC12.0

Great Reads

by Michael Bergman
Using Windows Communication Foundation to build a simple web server
by Jeremy Falcon
Provides a base to use when programming OpenGL-enabled applications for the real world, rather than a simple hello world.
by Babu_Abdulsalam
A Simple Profiler for C++ apps on x64 platform
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.

Latest Articles

by Michael Bergman
Using Windows Communication Foundation to build a simple web server
by Jeremy Falcon
Provides a base to use when programming OpenGL-enabled applications for the real world, rather than a simple hello world.
by Babu_Abdulsalam
A Simple Profiler for C++ apps on x64 platform
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.

All Articles

Sort by Score

VC12.0 

by Jeremy Falcon
Provides a base to use when programming OpenGL-enabled applications for the real world, rather than a simple hello world.
by Babu_Abdulsalam
A Simple Profiler for C++ apps on x64 platform
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 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 bishopnator29a
Saving, Loading and data migration in compact library
by Eugene Sadovoi
Integrating third party tools and libraries into Visual Studio (MSBuild) build and reference system.
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 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 aljodav
A very easy way to drive PowerShell console application through MFC
by Alain DOS REIS
A first approach to mixing .NET and native code, using the C++/CLI gateway.
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 Eugene Sadovoi
Integrating Boost library into Visual Studio (MSBuild) build and reference system.
by Tsuda Kageyu
Implement a simple-look substitution of BOOST_SCOPE_EXIT using some of the new features of C++0x
by grebulon
This Add-in converts the text format (DOS or UNIX) of a file when it is saved in Visual Studio.
by Daniel Pfeffer
A cheap way to achieve high floating-point precision
by Anton Chibisov
This tutorial showcases how to implement C++ delegates which are capable of being bound to methods and functions having arbitrary signature, i.e., any number and type of parameters and return value.