BLT/include/blt/std
Brett 6816ddaf7a Logging is now working with all types + formatting
Can provide raw data types like ints, long, float, byte, double etc. Will be printed out as a full line. This cannot be avoided as writing requires the prefix, which cannot be calculated via discrete macro calls. At least not easily.
Performance of the logging needs to be tested
plus writing to filesystem is required.
2023-01-24 15:16:47 -05:00
..
binary_tree.h Basic window class 2023-01-16 14:08:28 -05:00
logging.h Logging is now working with all types + formatting 2023-01-24 15:16:47 -05:00
map.h Added some std::string functions from c++ 20 2023-01-22 17:54:24 -05:00
math.h Working on binary trees 2023-01-10 10:45:11 -05:00
queue.h Fix binary tree 2023-01-10 22:05:47 -05:00
random.h Working on binary trees 2023-01-10 10:45:11 -05:00
string.h Logging works for the most part, more features need to be added 2023-01-23 17:52:32 -05:00
system.h Working on binary trees 2023-01-10 10:45:11 -05:00
time.h Add time to the log output 2023-01-23 23:53:37 -05:00