Skip to content

ards447/CS101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS101 - C++ Codes

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.

Folder Structure

  • week1/: Contains C++ codes and exercises for the first week.
  • week2/: Contains C++ codes and exercises for the second week.
  • And so on...

Running the Codes

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

Usage

Cloning the Repository

To clone this repository, use the following command:

git clone https://github.com/ards447/CS101.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages