Posts Tagged ‘c++’

April 28, 2010 1

C Strings Are Evil

By Josh Petrie in Blog

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: ,