Lecture Content

CS115_L_01 Intro to Computers and Programming - How computers work, computer parts, and their relation to programming

CS115_L_02 Variables and Data Types - How to store and manipulate data in a program, and how that data is interpreted

CS115_L_03 Console Input and Output - How to perform basic input/output in C using the console

CS115_L_04 Operators, Literals, and Expressions - Includes increment/decrement operators, casting, and expressions

CS115_L_05 Conditionals (If, Else, Else if) - Relational/Logical Operators, Conditions, and If/Else Statements

CS115_L_06 Loops - While loops, For loops, iteration, and nested loops

CS115_L_07 Functions - Writing and calling Functions

CS115_L_08 Multi-file programs, Function Definitions and Declarations - Writing functions across more than one code file

CS115_L_09 Arrays - Intro to Arrays, how they pair with loops, and common pitfalls

CS115_L_10 Pointers - Intro to Pointers and how they’re used

CS115_L_11 Structures - Structs, and how to use them

Extras

CS115_E_01 Modulo Operator - How to use the Modulo Operator

Tutorial Content

Under construction! 🚧