Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 881 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 881 Bytes

CS 31: Introduction to Computer Science I

This repository contains my work and course material for CS 31, taken under Professor David A. Smallberg in Fall 2021. Don't forget the semicolon!

Software used: C++.

Course Material

  • Computer History
  • Basics & Control Flow
  • Functions
  • Arrays
  • Strings & C-Strings
  • Pointers
  • Structs & Classes
  • Constructors
  • Pointers
  • Overloading

The course comprised of seven projects, the content of which can be found in Projects/. In chronological order:

  1. Getting Started with C++
  2. Rental Reckoning
  3. Grid Game
  4. Array of Sunshine
  5. Secret Plans
  6. What's the Point?
  7. Gone with the Wind