Programming in C++ Review

An introductory tutorial/review of the C++ programming language

Goals

We understand that there is an existing level of programming expertise by the reader. You are familiar with other languages like C#, Rust, Java and Python. This tutorial series attempts to broach the topic of “How do I write code in C++” as well as touch on other aspects of the development cycle like debugging, improving the build process, and so on.

Source Materials

Source code, as well as this documentation, can be found in Github in the ProgrammingInCPP repo Feel free to fork, change and send up a Pull request with changes/additions. This will always be a ‘work in progress’ as long as there is interest.

The source code will either be made available in Visual Studio 2015 (or later). You can get the Community edition of the IDE from Microsoft at Visual Studio Community as well as on other web based compilers like C++ Shell or the Compiler Explorer