Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 733 Bytes

File metadata and controls

27 lines (20 loc) · 733 Bytes

Komput

Currently is all held up by the standard library and boost library but things could change. Good reference to undestand the code could be Learn CPP and CPP Reference.

Instructions

Lots of things have changed but should still be enough to just run make on the correct exercise.

To run the different main(s) should be enough to:

# to build
make <program_name>
# to run
./<program_name>
# to plot (if it exist)
gnuplot -persistent <program_name>.plot

Requirements

Make sure to have the following installed and/or reachable via random PATH variables:

  • make
  • g++ & gcc
  • gnuplot for plots
  • boost for additional functionalities