Tag Archives: Visual Studio 2012

Introduction to command line programming in C++ using Visual Studio 2012

The main issue I have with Visual Studio is the lack of intuition it possesses when creating simple command line programs.

First to create a new console application:

File > New > Project >Visual C++ > Win32 > Console Application

YOUR CODE HERE!

Here is where things get annoying: Continue reading Introduction to command line programming in C++ using Visual Studio 2012