Entries by David Duardo

Beginner C++ Tutorial — Compiler, Types & I/O Basics

Contents Getting a C++ Compiler and Compiling Your First Program Simple Datatypes and Declarations Operators and Expressions Input and Output (I/O) Selection Statements Iterative Statements Arrays Functions 1. Getting a C++ Compiler and Compiling Your First Program Getting a C++ Compiler For Windows users, especially beginners, I suggest using an integrated development environment (IDE). An…