Talk:String Byte Length

From Rosetta Code
Revision as of 20:57, 23 April 2007 by 139.85.252.186 (talk) (deleted bad C wchar_t example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The C example of finding the length of a string of wide characters (wchar_t) was just plain wrong, so I deleted it. Regardless of string length, the example 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 16:57, 23 April 2007 (EDT)