MylesAdams / CS130A_Project2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS130A_Project2 - Myles Adams and Roderic Deichler

Instructions to build project

  • Place the hotels-small directory in the root of the project next to src and build folders
Run following commands
  1. cd build
  2. make
  3. ./main
Or run as one line
  • cd build; make; ./main

About


Languages

Language:C++ 98.9%Language:Makefile 0.7%Language:CMake 0.4%