Oct 26, 2014 at 5:51am
Just like the compiler told you: No such file or directory.
Check if you have put the files in the same directory of your source code.
Besides, normally we don't #include a .c or .cpp file, we #include their corresponding .h files.
Oct 30, 2014 at 1:02pm
thank you, I have got it.