blackyblack / exercise1

c++ path normalization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ path normalization implementation for task at https://github.com/vlm/programming-exercise-c-1

#How to build

make normalize - for a regular console tool make test - build test suite and run it make bench - build benchmark tool and run it

Benchmark tool requires cmake 2.28.12 or higher.

About

c++ path normalization


Languages

Language:C++ 96.6%Language:Python 1.8%Language:CMake 1.2%Language:C 0.3%Language:Makefile 0.1%Language:Shell 0.1%