Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <WriteFile.h>
Static Public Member Functions | |
static void | write (const std::string &filename, const std::string &data) |
File writting command.
|
static |
Writes some string into a file.
filename | the name of written file |
data | the content of the file |