Introduction - If you have any usage issues, please Google them yourself
In the C language family program, the header files are used in large quantities. Generally speaking, each C++/C programs are usually header file (header files) and (definition files) component definition file. Header file, as a carrier file containing function function and data interface declaration, is mainly used to save program declarations (Declaration), while the definition files are used to save program implementation (Implementation).