Basic C++ Intro (Arrays, clang & arguments at the command line)
$clang hello.c will create a.out which stands for assembly.out clang <file name input> This will compile a…
$clang hello.c will create a.out which stands for assembly.out clang <file name input> This will compile a…
Mario less Mario more Cash Credit
if statement: while, do-while and switch: for loop: examples:
Request input from the user: Placeholder output: Operators: Logical operators: Increment or decrement: Last edit 12/19/2022
rm <file> remove ls list mkdir <directory> make directory mv <source> <destination> move directory rmdir <directory> remove…
C++ is now considered a low-level programming language, compared to python, swift and other modern languages. Below…