为什么我的c语言代码显示错误呢? Cannot open include file: ✀cstdlib.h✀: No such file or directory

在VC++下,希望谁能帮忙尽快解决
2025-02-23 19:51:50
推荐回答(1个)
回答1:

把cstdlib.h头文件和你所运行的文件放到同一文件夹下,然后编译,运行。