Macros in c & C++ -


is possible define or undefine macros during runtime.

no. macros preprocessor mechanism, , resolved before compiler executes.

their purpose alter source code compiler sees, don't exist @ runtime (let alone permit modification).


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -