gpt4 book ai didi

C++ GetUserName() 返回用户名和乱码

转载 作者:塔克拉玛干 更新时间:2023-11-03 08:22:07 26 4
gpt4 key购买 nike

<分区>

我想获取当前进程的用户名。我正在使用 winapi 标准 GetUsername 函数,如下所示:

TCHAR username[UNLEN + 1];
DWORD size = UNLEN + 1;
GetUserName((TCHAR*)username, &size);

然后像这样打印:

for(int i = 0; i <= UNLEN; i++) if(isalpha(username[i])) cout << (char)(username[i]);

但它输出

Nickiê╕♣■scm+♣■pα┬p♠■≡î■ └M♣■╧*■╔ ■♣ÿ(♣♣(♣♣♣♣ T♣@♣3♣■┐

Nicki 是我正在测试的系统的用户名。我不知道我做错了什么。它编译得很好,我包括在内

#include <Windows.h>
#include <Lmcons.h>
#include <iostream>
#include <ctype.h>
#include <string>

这些 header 。

有人可以帮忙吗!

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