1.2 — Comments

A is a programmer-readable note that is inserted directly into the source code of the program. Comments are ignored by the compiler and are for the programmer’s use only. In C++ there are two different styles of comments, both of which serve the same purpose: to help programmers document the …

0.3 — Introduction to C/C++

The C language was developed in 1972 by Dennis Ritchie at Bell Telephone laboratories, primarily as a systems programming language (a language to write operating systems with). Ritchie’s primary goals were to produce a minimalistic language that was easy to compile, allowed efficient access to memory, produced efficient code, and …

Welcome to LearnCpp.com!

As you can see, we are now up and running on WordPress.org. The introductory tutorials are in the process of being written, and then we will all be up to our elbows in C++ goodness! Edit: Now available here. Thanks for stopping by, and we hope you enjoy the tutorials.