We should forget about small efficiencies — Donald Knuth
5 Jul
CString Management, from CodeProject.
CStrings are a useful data type. They greatly simplify a lot of operations in MFC, making it much more convenient to do string manipulation. However, there are some special techniques to using CStrings, particularly hard for people coming from a pure-C background to learn. This essay discusses some of these techniques.
Much of what you need to do is pretty straightforward. This is not a complete tutorial on CStrings, but captures the most common basic questions
From this article, we can learn how to effectively use CStrings.
Popularity: 34% [?]
Leave a reply