Is #import or #include a job that is handled by the complier or by the linker?
Anything that starts with #
is a preprocessor directive and is expanded by the preprocessor, which is a step that happens before compilation.
preprocessor -> compiler -> linker
#
is handled by first - preprocessor
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With