new agenda for first lecture

This commit is contained in:
left_adjoint 2024-01-07 19:52:07 -08:00
parent 3e7022747a
commit 3fc2ba3589
1 changed files with 22 additions and 0 deletions

22
L1Agenda.org Normal file
View File

@ -0,0 +1,22 @@
+ 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