Hacker News new | past | comments | ask | show | jobs | submit
char* can also be a C-style string. std::byte has the same special treatment in the standard as char and unsigned char, with the added benefit of not being used for other purposes (i.e. ASCII character or uint8, respectively).
I was trying to appeal to OPs maladaptive "C++ that looks like C is more legitimate" aesthetic preference, haha.