如何将std :: string转换为LPCTSTR? [英] How can I convert std::string to LPCTSTR?

查看:116
本文介绍了如何将std :: string转换为LPCTSTR?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个std :: string str,它可能包含UTF-8格式的I18n字符.

如何将其转换为LPCTSTR?


我是否必须使用

I have a std::string str, which may contain I18n characters in UTF-8 format.

How can i convert it to a LPCTSTR?


Do i have to using

#ifdef UNICODE 
//... 
#else
//...
#endif


?



有一般的方法吗?

谢谢.


?



Is there a general way to do this?

Thanks.

推荐答案

您可以使用ATL字符串转换宏.在您的特定示例中,该名称为 CA2CT .
You can use the ATL string conversion macros. In your specific example, that''d be CA2CT.


这篇关于如何将std :: string转换为LPCTSTR?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆