Introduction to C++
Module 0
Contents
Lectures
All activities in this section are on Replit. A Replit tutorial is available here.
Topic | Activities |
---|---|
Hello World! (compiling, executing, printing) [Lecture Video, Slides] | Hello World Activity Replit link |
Operators and Variables [Lecture Video, Slides] | Laser Range Conversion Activity Slides, Replit link Practice (optional) Replit link |
Functions [Lecture Video, Slides] | Practice (optional) Replit link |
Branching and Iterators [Lecture Video, Slides] | Practice (optional) Replit link |
Vectors and Structs [Lecture Video, Slides] | Find Minimum Ray Activity Slides, Replit link Practice (optional) Replit link |
Guides & Tutorials
The following guides and tutorials will be helpful for completing the checkpoints for this module and Project 0.
- Replit Tutorial: We will write all the code in this module on Replit, an online tool for writing and running code.