CS0_Portfolio

CS0 Lecture Portfolio | CS 1336 (Programming Fundamentals Lecture)

Author: Bushra Rahman

These homework assignments were done through the course and have accompanying instructions.

Execution Instructions

Open terminal in CS0_Portfolio and run:

cd CS1336
mkdir build
g++ src/main.cpp src/hw_exercises.cpp -o build/hw
build/hw

Homework Instructions

src Folder

Header File

Source Files

data Folder

When executing from the project root, input & output file names must be provided through their relative path (ie. with the prepend data/).