ringa_lee2017-04-17 14:56:02
This is usually the way to include system header files
You can only write this if you add the current project directory .
to the header file search path.
Replace #include "Person.h"
高洛峰2017-04-17 14:56:02
Double quotes indicate that the default search is from the current directory to the directory specified by the compiler.
Angle brackets will not be searched in the current directory.