gpt4 book ai didi

c++ - 错误 C++ : does not name a type

转载 作者:行者123 更新时间:2023-11-28 06:00:43 27 4
gpt4 key购买 nike

<分区>

我在下一段代码中遇到了问题,我收到错误:'ptab' 没有命名类型,'pfreeC' 没有命名类型,我不知道如何解决,感谢您的帮助 = )

#include <iostream> 
#include <cstdlib>
#include <ctime>
#include <conio.h>
#include <iomanip>
#include <stdio.h>
#include <Windows.h>

using namespace std;
int *ptab; //Here is the error
ptab=new int[64];

bool *pfreeC; //Here is the error
pfreeC=new bool[11];

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