You can easily implement a stack allocated C++ string:
https://forums.4fips.com/viewtopic.php?f=3&t=1075
You can also wrap a const char* in a string_view which has a length.
You can easily implement a stack allocated C++ string:
https://forums.4fips.com/viewtopic.php?f=3&t=1075
You can also wrap a const char* in a string_view which has a length.