My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

My C++ 101. Your thoughts?

Siddarthan Sarumathi Pandian's photo
Siddarthan Sarumathi Pandian
·Apr 28, 2017

A friend of mine to going to grad school to study civil engineering, but she is also supposed to know the basics of C++.

This is my own C++ 101 and the world is going to see me for the first time in the role of a teacher, so super excited about that. Our first session is tomorrow. This is a mini course plan I've put together for her (I think one can pick up all these topics within 4 weekends), do you think the order works or am I missing something?

  1. Introduce programming with a hello world. Introduce variables and data types.
  2. Introduce operators and conditional statements.
  3. Introduce arrays.
  4. Introduce iteration.
  5. Introduce functions.
  6. Introduce structures and classes.