C++ word Appender
C++ app appending entered words to a file specified in command line. The app works both for Linux and Windows systems.
#builded on cmake version 3.29.1
When selecting the write option, you can enter '0' or 'linux' for linux write. When selecting the write option, you can enter '1' or 'windows' for windows write.
Error codes are listed in eonstants.hpp
Runing app from main directory:
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .
$ cd .\Debug
$ .\Appending-words.exe
Jakub Redmerski