This repository is used to store C++ codes written for the CS101-Computer Programming and Utilization course. I make weekly commits with a folder structure like week1
, week2
, etc. to add new files and assignments of the course. I also use this repo to learn and practice Git branching.
week1/
: Contains C++ codes and exercises for the first week.week2/
: Contains C++ codes and exercises for the second week.- And so on...
Some of the codes require Simple C++ (simplecpp) to run. You can install it by following the instructions provided here.
To run a C++ file, use the following commands:
s++ filename.cpp
./a.out
To clone this repository, use the following command:
git clone https://github.com/ards447/CS101.git