1、错误一
‘malloc’ was not declared in this scope
2解决
加上头文件文件<stdlib.h>
3、错误二
invalid conversion from ‘void*’ to ‘char*’
4、解决
在malloc函数前面加上强转类型(char *)
wx58638f54eeaef ©著作权
文章标签 c++ was not declared invalid conversion f void to char in this scope 文章分类 代码人生
‘malloc’ was not declared in this scope
加上头文件文件<stdlib.h>
invalid conversion from ‘void*’ to ‘char*’
在malloc函数前面加上强转类型(char *)
1、错误一‘malloc’ was not declared in this scope2解决加上头文件文件3、错误二invalid conversion from ‘void*’ to ‘char*’ 4、解决在malloc函数前面加上强转类型(char *)
1. 要使用C++ 11以上版本。2. 要包含下面的头文件。
void关键字的使用规则: 1. 如果函数没有返回值,那么应声明为void类型;
环境:Linux Ubuntu 下用g++ 编译 C++文件(windows下应该同样)警告提示:war
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M