Skip to content

C++ app appending entered words to a file specified in command line

Notifications You must be signed in to change notification settings

JakubRed/Appending-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

C++ word Appender

Description

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

Building and Running the Application

Runing app from main directory: $ mkdir build $ cd build $ cmake .. $ cmake --build . $ cd .\Debug
$ .\Appending-words.exe

Author

Jakub Redmerski

About

C++ app appending entered words to a file specified in command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published