ATL CString or_bstr_t?
Posted
by Gopalakrishnan Subramani
on Stack Overflow
See other posts from Stack Overflow
or by Gopalakrishnan Subramani
Published on 2010-03-21T08:33:39Z
Indexed on
2010/03/21
8:41 UTC
Read the original article
Hit count: 619
In our COM project, we need to choose between best string class implementation so that BSTR (used for COM interfaces) and elegant string class like CString provides many string manipulation APIs.
Are there any better way to handle the strings and string operations so that it can be BSTR complaints as well as we can have naive CString operations?
© Stack Overflow or respective owner