Skip to content
Paolo Angeli edited this page Oct 13, 2019 · 1 revision

Configure the development Tools

Windows

Visual studio

Used for debugging ...

Emacs

Preferred editor ...

Cmder

Used as a command-line interface to the compiler ...

Linux

...

Mac-Os

....

Types, constants and variables

  • Variables and assignments
  • Language data types
  • Simple user-defined data types
  • Expressions and operators
  • Type-casting
  • Pointers

Flow control

Procedures and functions

  • Declarations
  • Arguments / Parameters
  • Return values
  • Overloading / Polymorhism
  • Advanced features
  • Lambdas

Aggregated data types

  • Arrays
  • Strings
  • Composition of Structs

Advanced features

Clone this wiki locally