GDNet community manager Washu has written about the perils of C-style strings for beginners (in C++). In his post, he covered a variety of excellent points, but he missed one of my favorites: C-style strings are not a type. A C-style string is just an interpretation of an actual type (a char*) that adds some [...]
Tags: c++, for-beginners