ATL中的用的字符串类有哪些?CString?该如何解决

ATL中的用的字符串类有哪些?CString?
    ATL中的用的字符串类有哪些?CString是ATL中的吗?那string呢?string是不是STL中的?
------解决方案--------------------
引用:
    ATL中的用的字符串类有哪些?CString是ATL中的吗?那string呢?string是不是STL中的?

CString是MFC的类,微软自己的,string是标准c++库STL中的类,是跨平台的。
------解决方案--------------------
CAtlString, std::string