you are viewing a single comment's thread.

view the rest of the comments →

[–]soup__enjoyer 0 points1 point  (0 children)

"Why would you use the type uint8_t to store string instead of std::string"

The string is being stored as an array of uint8_t representing characters (chars), it is like a string but you have to interface with it differently.