soi-header/include/bits
Johannes Kapfhammer 080e3f1261 add functions to redirect input/output
those two multiply the output into a file:

void redirect_output(const char *filename);
void redirect_output(std::string const &filename)

those two read everything from a file:

redirect_input(const char *filename);
redirect_input(std::string const& filename);

both can be resetted using:

void reset_input();
reset_output();
2019-10-28 21:26:54 +01:00
..
include-all.hpp implement read() and print() functions for easier I/O 2019-10-10 14:05:52 +02:00
prettyprint.hpp implement read() and print() functions for easier I/O 2019-10-10 14:05:52 +02:00
soi-dbg.hpp fix dbg macro in release mode 2019-10-12 14:50:03 +02:00
soi-deprecate.hpp implement read() and print() functions for easier I/O 2019-10-10 14:05:52 +02:00
soi-io.hpp return 64 bit integer from read_int 2019-10-12 11:19:34 +02:00
soi-pretty.hpp implement read() and print() functions for easier I/O 2019-10-10 14:05:52 +02:00
soi-redirect.hpp add functions to redirect input/output 2019-10-28 21:26:54 +01:00