cs161AWinter2024/L1Agenda.org

23 lines
469 B
Org Mode

+ Agenda + What is C++?
+ Your first program (Hello, World) + Explaining the basics
+ How do you compile a program? + Printing and reading data
+ cin + cout
+ strings + Variables and types
+ int + float
+ string + bool
+ Making choices + Doing things multiple times
+ Algorithms and planning + Example:
+ Echoing text + Calculating cost of pizza for a group of people
+ Summing a bunch of numbers