Lord-KA / Onegin

MIPT task to write a cli program that sorts line in a large text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Onegin

MIPT task to write a cli program that sorts line in a large text.

Building

$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make

Usage

$ ./gqsort -f FILENAME

DONE

  1. Getopt parser
  2. Basic OOP styled application with required logic
  3. Several string comarators
  4. Yet another generalized qsort alg
  5. GoogleTests
  6. Doxygen docs
  7. Cmake config with googleTest fetching and Capybara inside

TODO

  1. Add UNICODE support
  2. Add flag options for file output and mode selection
  3. Add better testing

About

MIPT task to write a cli program that sorts line in a large text


Languages

Language:CMake 53.2%Language:C++ 32.3%Language:C 14.4%