admin 管理员组

文章数量: 1184232

一、问题描述

C源代码文件在编译过程中报错:[错误] new: No such file or directory, compilation terminated。代码如下:

#include <new>
struct chaff
{
   
   
	char dross[20];
	int slag;
};

char buffer1[50

本文标签: 报错 解决方法 错误 项目 terminated