Skip to content

Revision of a C++ project from college with features up to C++17

Notifications You must be signed in to change notification settings

willowell/Oh-God-Make-the-Puns-Stop

Repository files navigation

Oh-God-Make-the-Puns-Stop-2

A CLI movie theatre seat reservation program

Revision of a C++ project from college with features up to C++17. Featuring {fmt}!

I have included the original project for completeness, so that anyone viewing this repository can see the changes I have made from the original version.

Mirrored on GitLab

Gitlab pipeline status

Features: TODO

Building

Dependencies

  1. GCC, C++17 enabled
  2. {fmt}
  3. CMake version 3.13 or higher

Steps

  1. Install dependencies
  2. cd OhGodMakeThePunsStop_version_2
  3. mkdir build && cd build
  4. cmake -G "Unix Makefiles" ..
  5. make
  6. Run ./OhGodMakeThePunsStop_version_2

About

Revision of a C++ project from college with features up to C++17

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published