gpt4 book ai didi

C++ (2012 Express) CString 问题

转载 作者:太空宇宙 更新时间:2023-11-04 14:11:22 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Use CString in console app when using VS Express

我对 C 很生疏,自从我上次使用它以来似乎发生了很多变化。

我正在尝试构建一个用 VS2008 编写的程序,但我使用的是 2012 Express。因此,错误自然无处不在。

列表中的第一个是 CString。作为未声明的标识符不断出现。据我所知,该库未包含在 VS2012 Express 中。所以我需要找到一个解决方法。到目前为止,Google 给出了我无法理解的结果(如前所述,我严重生疏了)。

谁能在下面的代码中给我一个更简单的 CString 替代方案?谢谢!

bool Decoder::decode(LPCWSTR theCaption, TABLE_SUMMARY& table)
{

// If the caption doesn't contain the word "You" return false
CString strCaption = theCaption;


if (-1 == strCaption.Find(L"You"))
return false;

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com