Skip to content

Course contents (draft)

J-Donald Tournier edited this page Sep 27, 2024 · 13 revisions

Object-Oriented Programming: course contents

Week 1

Session 1

  • the command-line
  • navigating the filesystem
  • invoking the compiler
  • using an editor: micro (or notepad++)
  • writing our first hello_world.cpp
  • plain old data (POD) types: bool, int, float, double
  • the std::string class
  • command-line arguments
  • the std::vector class
  • range-based for loop
  • the auto keyword
  • introducing first project: DNA shotgun sequencing

Session 2

  • file input/output
  • the while loop
  • functions

Week 2

Clone this wiki locally