I have compiled together some examples that might get you started with using my library. I have not covered everything though, because you can just check out https://anstropleuton.github.io/plons_library for all the stuff that.
This file is just an index for the examples, but a note for all you reading: Check sm/to_string.cpp example before other examples. This example contains info on how to use sm::to_string
which is used in many other examples for ease.
- cu/boundless_containers.cpp: How to use
cu::boundless_access
and boundless containers. - cu/enumerated_array.cpp: How to use CU's
cu::enumerated_array
. - cu/arithmetics.cpp: How to use CU's container arithmetic functions.
- sm/arithmetics.cpp: How to use CU's string arithmetic functions.
Example file noticeably absent, because it is too simple that you can just figure it out. Or check out al_ansi_escape_codes.hpp. There is a small example in the documentation.