相关疑难解决方法(0)

LPWSTR字符串的连接

在Visual C++中,我有一个

LPWSTR mystring;
Run Code Online (Sandbox Code Playgroud)

已在代码中的其他位置定义.

我想创建一个新的LPWSTR,其中包含:

"hello " + mystring + " blablabla"        (i.e. a concatenation)
Run Code Online (Sandbox Code Playgroud)

我生气这么简单(连接)!非常感谢,我迷路了!

c++ string winapi concatenation string-concatenation

10
推荐指数
2
解决办法
1万
查看次数