Click here to Skip to main content
15,885,767 members
Everything / Programming Languages / Visual C++ 12.0

Visual C++ 12.0

VC12.0

Great Reads

by Eugene Sadovoi
Integrating third party tools and libraries into Visual Studio (MSBuild) configuration environment.
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.
by grebulon
This Add-in converts the text format (DOS or UNIX) of a file when it is saved in Visual Studio.
by Babu_Abdulsalam
A Simple Profiler for C++ apps on x64 platform

Latest Articles

by bishopnator29a
Saving, Loading and data migration in compact library
by JPhelps
To dynamically set the password viewing style for the edit control
by Daniel Pfeffer
A cheap way to achieve high floating-point precision
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

All Articles

Sort by Score

Visual C++ 12.0 

7 Jul 2014 by Michael Bergman
Using Windows Communication Foundation to build a simple web server
26 Jan 2015 by Evgeny Pereguda
This tip presents a simple class for printing of log information with some features of C++11.
13 Feb 2016 by JPhelps
To dynamically set the password viewing style for the edit control
28 Jun 2015 by David A. Gray
While you can often get away with ignoring compiler warnings, failing to at least scan them can bite hard!
27 Feb 2015 by aljodav
An easy way to encrypt files that are automatically decrypted in the same user account
26 Feb 2015 by aljodav
Easily reading CodeProject RSS feed for new articles from a MFC Application
28 Feb 2015 by aljodav
A simple, short and easy way to display a JSON object in a browser (motivated by a forum question)