gpt4 book ai didi

c++ - 从用户那里获取 c++ 中的字符串,并显示它

转载 作者:行者123 更新时间:2023-11-28 06:07:04 24 4
gpt4 key购买 nike

我该怎么做??

它尝试了这段代码:

  char num[10];

printf("Enter num:");

scanf_s ("%s", &num);

printf("\n%s \n", num);

请忽略'num'..我使用 VS 2013,我唯一包含的库是“stdafx.h”

最佳答案

参见 std::getline .

在 C++ 中,不要使用 printf,使用 std::cout .不要使用 char[],使用 std::string .

关于c++ - 从用户那里获取 c++ 中的字符串,并显示它,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32185601/

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