C++ Console Lesson 46: Using STL Strings

Lesson Page: This C video tutorial explains how to use STL strings in C . STL strings are much more powerful than simple string arrays. Here, we demonstrate some of the capabilities of STL strings. There are two types of STL strings: string and wstring for ASCII and unicode characters. Please submit all questions to our forum: Copyright 2010 LLC
Back to Top