Talk:String Byte Length

Revision as of 21:00, 23 April 2007 by 139.85.252.186 (talk) (also deleted the erroneous c++ wchar string length example)

The C and C++ examples of finding the length of a string of wide characters (wchar_t) were just plain wrong, so I deleted them. Regardless of string length, the examples would always show 16 because it was computing against the length of a pointer to a wchar_t, rather than the length of the string. —139.85.252.186 17:00, 23 April 2007 (EDT)

Return to "String Byte Length" page.