CS0_Portfolio

CS0 Laboratory Portfolio | CS 1136 (Programming Fundamentals Laboratory)

Author: Bushra Rahman

These labs assignments were done through zyBooks.

Execution Instructions (Simple)

Open terminal in CS0_Portfolio and run:

cd CS1136
mkdir build
g++ src/main.cpp src/lab_exercises.cpp -o build/labs
build/labs

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/).