/histogram

Counts chars from a text file and displays them as a histogram

Primary LanguageC++

Histogram

Counts chars from a text file and displays them as a histogram

Requirements

  • Python v2.3 or newer
  • CMake v2.6.4 or newer
  • Clang v3.4 or newer

Build steps

$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .
$ ctest -VV