It\'s said that when including C header files in C++, the \".h\" suffix should be removed and then add \"c\" at the beginning. For example, #include
#include
, stands for unix standard header ,the name says it all.