Skip to content

MagicPoulp/cpp_command_line_word_processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Author

Thierry Vilmart

December 2023

Summary

A simple command line program in C++. It parses options and sorts or filters words given in input.

How to run

sudo apt-get install libboost-all-dev build-essential g++ g++ Main.cpp -o processor -std=c++11 -Iinclude/boost_1_82_0 -lboost_program_options ou make ./processor --help ou make help ./processor -i input.txt -o output.txt --sort-word-size --filter-duplicates ou make run

About

A simple shell processor of words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors