C++ Console Lesson 45: Using Wide Char Array Strings

Lesson Page: This C video tutorial explains how to use unicode wide-char arrays as strings in C . Although wide-char arrays as strings have been superceded by the STL string type type, they are still commonly used in C Win32 functions. Please submit all questions to our forum: Copyright 2010 LLC
Back to Top