Skip to content

YevheniiM/Dynamic-String

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Structure Dynamic String

implementation of CString

Version of C-String, but without \0

Building

Libraries

cd lib  # go to directory lib
mkdir build
cd build
cmake -G"Unix Makefiles" ..
make

.exe files

cd examples  # go to directory examples
mkdir build
cd build
cmake -G"Unix Makefiles" ..
make

Usage

AFTER 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.txt

For 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.txt

Additional info

If an error occured while any function execution, it will return -1 and change errno to the corresponding error code.

Creators

lazyTurtle21 – Sophia Kholod[email protected]

SophiaZhyrovetska – Sophia Zhyrovetska[email protected]

YevheniiMoroz – Yevhenii Moroz[email protected]

About

Structure dynamic string

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.1%
  • CMake 1.9%