开发平台(Platform): (Ex: Win10, Linux, ...)
Windows 10
编译器(Ex: GCC, clang, VC++...)+目标环境(跟开发平台不同的话需列出)
Visual Studio 2017
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
stdio.h
问题(Question):
无法初始化
喂入的资料(Input):
无
预期的正确结果(Expected Output):
无
错误结果(Wrong Output):
类型(void *)无法用来初始化类型"int"的实体
程式码(Code):(请善用置底文网页, 记得排版,禁止使用图档)
int *x = malloc(sizeof(int));
补充说明(Supplement):
程式码的部分,是某个课本刻下来部分程式码
这课本原本是用C,但visual studio似乎没有C的编译器
所以用C++,
结果就出现了这个错误
上网找也找不到解决办法QQ