Search:
Forum
General C++ Programming
C++ preprocessor should be seen in all u
C++ preprocessor should be seen in all unit modules in makefile
Nov 10, 2019 at 9:24am UTC
marhuum
(181)
How to make a C++ preprocessor code to be seen and take effects throughout many separated translation unit modules in makefile prerequisites to compile?
as its #define job will go off as soon as compile switch to next turn
Last edited on
Nov 10, 2019 at 11:43am UTC
Nov 10, 2019 at 10:41am UTC
coder777
(8444)
Do this in a particular header file. #include it whenever you need it.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs