【发布时间】:2012-02-29 13:04:23
【问题描述】:
如何在 MinGW 中使用 GCC 连接(甚至分配)两个字符串(我猜是TCHAR 数组)?
-
StrCatBuff?#include <shlwapi.h>和-lshlwapi工作,但你是 not supposed to use it -
_tcscat?
好像不存在 -
StringCchCat
似乎不存在。strsafe.h不存在。
这同样适用于它们各自的赋值函数,例如StringCchCpy 和_tcscpy。
【问题讨论】: