|
-
July 15th, 2011, 02:06 AM
#12
Re: STL string VS ATL/MFC string
 Originally Posted by Lindley
The stuff with GetBuffer can of course be done with std::vector<char>, although I'll grant it would be nice if it were available in the std::string class.
note that with the new standard std::string stores chars contiguously, so this issue has been at least mitigated now.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|