Is #import or #include a job that is being processed by the compiler or linker?
Everything that starts with # is a preprocessor directive and extends by the preprocessor, which is the step that occurs before compilation.
#
preprocessor -> compiler -> linker
# processed first - by preprocessor
Source: https://habr.com/ru/post/1313374/More articles:gnu make: How to execute two lines - gnuLazy loading on the map? - iphone$ (This) in jQuery is not a loop variable? - jqueryHow to create a UML diagram with a scripting language? - umlZend multi-input app - phpWCF (in the AfterReceiveRequest method of the IDispatchMessageInspector interface) - wcfHow can I get a localized message in the grails GSP tag attribute? - internationalizationEffectively get a clean working copy of Subversion - svnhow to use pipeline in c # - c # -4.0Lazy plugin loading (jQuery) - jqueryAll Articles