有关文件包含问题
file1.h:********;
file2.cpp:
#include <file1.h>
**********;
ERROR: No such file or directory compilation terminated.
为什么我包含不了这个头文件;
头文件中是一个类;






2016-06-10 01:38
2016-06-10 08:43
2016-06-10 13:51