Malloc
Course Content
UNIT 1
What is Programming?
Let’s start at the beginning. What does “programming” even mean?
UNIT 1
What is Programming?
Let’s start at the beginning. What does “programming” even mean?
UNIT 2
What is a Programming Language?
What do people mean when they say a “Programming language”?
UNIT 2
What is a Programming Language?
What do people mean when they say a “Programming language”?
UNIT 3
Getting the Tools
An artist needs their brush. A surgeon, a scalpel. Let’s get ours.
UNIT 4
Using the Terminal
The terminal is a no frills way to get stuff done. We need to learn the basics to get started.
UNIT 4
Using the Terminal
The terminal is a no frills way to get stuff done. We need to learn the basics to get started.
UNIT 5
Writing your First Program
Enough talk, let’s start building.
UNIT 6
What are Variables?
Data is key. Let’s explore how our programs can use data.
UNIT 7
Errors, Warnings and Comments
We all make mistakes - but some are easier than others to solve.
UNIT 7
Errors, Warnings and Comments
We all make mistakes - but some are easier than others to solve.
UNIT 8
Operations with Variables
Computers can compute. Lets make them do it
UNIT 9
Taking User Input
Reading data from the user
UNIT 10
If Statements
Choices Choices Choices
UNIT 11
Fundamental Types
int, char, float, double
UNIT 12
While Loops
Again again and again