
Latest Visual C++ / C++ Articles

The Free Microsoft Visual Studio Dev Essentials Tools Explained
Gone are the days where you needed to shell out hundreds or thousands of dollars to start developing hardcore applications. See what Microsoft is giving developers for free in the Visual Studio Dev Essentials program.
Lesson Learned: The Need for a Domain Language
Translation costs time and money, and can affect the quality of the product being made. Make sure all your team members speak the same language.
C++ Tips and Tricks
Quirky and yet persistent, C++ is a language that keeps programmers coming back to it. Pick up some new ways to wrangle it into your workflow.
Go in Action: Basic Unit Test
There are several ways in Go to write unit tests. See how to write your first unit test now.
Installing Visual Studio 2015 on Windows 8.1
Avoid the pitfalls I experienced when installing VS 2015. There's also a brief history of Visual Studio.
Latest Developer Videos
More...Latest CodeGuru Developer Columns

Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Managing Your Drives Using C#
Sooner or later you'll need to find out about, and deal with, the various storage devices ("drives") available in your system.

Getting Started with Visual Basic: Your First Visual Basic Program for the Desktop
Visual Basic is one of the friendliest programs around, and so it's easy to start coding with it.
Influencing Users: Compliance and Conformity
Learn about two common influence techniques, compliance and conformity, as well as how to design for them.