Just set the #includepre-compiler to simply copy and paste the contents of the header file that was included in the current translation block. It is evaluated by the preliminary compiler.
For now using directive, the compiler directs to transfer symbol names from another scope to the current scope. This essentially acts as a compiler.
But how should I create my own “library” that I could “use”?
Namespaces are what are used to prevent character name conflicts. And usually, each library developer will have their own functionality wrapped in one or more namespaces.
source
share