jackwang0108 / CS106L-2019Fall

Code and resources of CS106 2019Fall. All rights reserved for Stanford.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alt text

CS106L-2019Fall

Code and resources of CS106 2019Fall. All rights reserved for Stanford.

How to Use

Download the repository

Run the following comand to download the repository

git clone https://github.com/jackwang0108/CS106L-2019Fall.git

Build the codes

Run the following command to build the code

cd <path-to-project>
make all

Alt text

Bu default, the binaries will be output into <path-to-project>/bin, and objective files will be output to <path-to-project>/build.

To clean and rebuild, you can also run clean first

make clean

I've written a lot of the comments in the Makefile, I believe you will learn alot from the makefile ;).

Run the program

I provide a script run106.h to ease running the code. Note, the script is only tested for zsh.

To use the script, first run:

source ./run106.sh

and then use command run106 with tab completion

run106 <Tab><Tab>

Alt text

About

Code and resources of CS106 2019Fall. All rights reserved for Stanford.

License:MIT License


Languages

Language:C++ 99.7%Language:Makefile 0.3%Language:QMake 0.0%Language:Shell 0.0%