TCHAR ConfigFile[_MAX_PATH] = { 0 };
GetConfigFile(ConfigFile);
int a = _tcslen(ConfigFile); //ConfigFile的值為 0x0043d1d8 L""
這里的_tcslen是什么意思啊?
像這種東西,我怎么查,而且有些在新版本的VS中已經不能用,如何查找新的?
uj5u.com熱心網友回復:
選中不懂的函式名 按F1 看幫助檔案https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/strlen-wcslen-mbslen-mbslen-l-mbstrlen-mbstrlen-l?view=msvc-160
轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/244432.html
標籤:基礎類
上一篇:xml決議問題,請指點下
下一篇:多執行緒的SetEvent問題
