implementation of CString
Version of C-String, but without \0
cd lib # go to directory lib
mkdir build
cd build
cmake -G"Unix Makefiles" ..
makecd examples # go to directory examples
mkdir build
cd build
cmake -G"Unix Makefiles" ..
makeAFTER Building:
.exe files are in directory examples/bin
To run a file - run the corresponding .bat file in directory examples:
# * - is the name of the .exe file you want to run
*_runner path_to_your_input_file/filename.txt path_to_your_output_file/filename.txtFor instance, if you want to run second_task.exe:
second_task_runner path_to_your_input_file/filename.txt path_to_your_output_file/filename.txtIf an error occured while any function execution, it will return -1 and change errno to the corresponding error code.
lazyTurtle21 – Sophia Kholod – [email protected]
SophiaZhyrovetska – Sophia Zhyrovetska – [email protected]
YevheniiMoroz – Yevhenii Moroz – [email protected]