gpt4 book ai didi

c++ - "gets() was not declared in this scope"错误

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:35:18 25 4
gpt4 key购买 nike

<分区>

使用以下代码,我得到“gets() 未在此范围内声明”错误:

#include <iostream>
#include <string.h>
using namespace std;

int main()
{

// string str[]={"I am a boy"};

string str[20];`

gets(str);

cout<<*str;

return 0;
}

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