#include " " .
#importis not in the standard C++, but is an extension provided by some compiler. There is no consensus on what he is doing. For GCC, it is equivalent #include, but try to ensure that the file is not yet included. For MSVC, this may have a different meaning.
Better to avoid #import(unfortunately) if you want to write portable code for multiple compilers.
source
share