Programming
A Zoo of Strings in Your C++ Code
C++ offers a bewildering variety of string types, from raw char* to std::string_view to game engine specializations like FString and StringID. This article uses animal metaphors to guide you through choosing the right string type for each situation.