Skip to content

potatoSalad21/StanfordCPP-Blank-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Blank C++ Project

Easy C++ project structure + make script for coding exercises.

  • (for stanford cpp projects on LINUX!!)

Installation

1. Clone the blank project

To create the project with this structure clone the repo first

git clone https://github.com/potatoSalad21/StanfordCPP-Blank-Project

2. Rename blank project with whatever you need

3. Use bash script

Use the bash script to create cpp files for each exercise

if you haven't yet, give the execution perms to the bash script

sudo chmod +x makeproj.sh
./makeproj.sh <exercise_name>

stanford library for linux was modified by Badonix

About

C++ stanfordlib Starter for CS106B assignments on Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages