Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Back to Course Calendar

Module 2

Pre-reqs: You should have completed Module 1

Synopsis

In Module 2, we will learn:

  • how to write our own functions
  • how to inspect and manipulate strings
  • how to accept user input as "command line arguments"
  • learn about some new data types like char and array

These skills will eventually allow us to do some real cryptography (the art of writing or solving secret codes) -- we'll use code to become codebreakers!

By the end of this module you will have completed Problem Set 2.


Steps

Class # Date Before Class During Class Topics/Skills
Class 1 TBD Prep Work In Class chars, functions, scope, strings, modulo
Class 2 TBD Prep Work In Class more strings, arrays, command-line arguments
Class 3 TBD Work on Problem Set 2 In Class (office hours!)