注册 登录
编程论坛 C++教室

这个问题是什么意思 怎么解决啊

ownmeanslost 发布于 2015-03-25 10:52, 503 次点击
arraymax.h string: No such file or directory.
5 回复
#2
ownmeanslost2015-03-25 10:53
这是一个多文件程序编译时出现的
#3
zklhp2015-03-25 13:55
你的代码 你自己都不知道 我们更不知道了
#4
rjsp2015-03-25 15:58
arraymax.h string: No such file or directory.
------ 这句洋文的意思是:没找到arraymax.h这个文件
#5
lovegh2015-03-25 19:54

#include "arraymax.h"
#6
yangfrancis2015-03-26 12:02
你把它的相对路径写完整看能不能解决。比如#include ".\\arraymax.h"。当然具体要看是什么路径。
1