#define #undefine #define sequence result ?
-
If my preprocessor define / undefine code hierarchy is in this sequence:
#define TEST
#undefine TEST
#define TESTassuming it is read "top to bottom " is "TEST" defined?
Salvatore Terress wrote:
is "TEST" defined?
Most certainly PS. By
#undefine
I assume you mean#undef
. #undefine is not a standard preprocessor keywordMircea
-
If my preprocessor define / undefine code hierarchy is in this sequence:
#define TEST
#undefine TEST
#define TESTassuming it is read "top to bottom " is "TEST" defined?
-
If my preprocessor define / undefine code hierarchy is in this sequence:
#define TEST
#undefine TEST
#define TESTassuming it is read "top to bottom " is "TEST" defined?
-
If my preprocessor define / undefine code hierarchy is in this sequence:
#define TEST
#undefine TEST
#define TESTassuming it is read "top to bottom " is "TEST" defined?