***DO NOT USE for VBA / MS-Office languages.
Possible Duplicates: What’s the use of do while(0) when we define a macro? Why are there sometimes meaningless do/…
c macros multilineI have recorded a macro that I want to share with my work colleague. In what location are these recorded …
file macros notepad++ file-locationWant to use __ DATE __ and __ TIME __ as integer for giving automated version to my code in compile time. #define STRINGIZER(…
c macros predefined-macroIs there a one line macro definition to determine the endianness of the machine. I am using the following code …
c architecture macros endiannessI have the source code of an application written in C++ and I just want to comment something using: #ifdef 0 ... #…
c++ macros c-preprocessorIs there a __CLASS__ macro in C++ which gives the class name similar to __FUNCTION__ macro which gives the function …
c++ macrosIs there some way of getting optional parameters with C++ Macros? Some sort of overloading would be nice too.
c++ macrosI am migrating a UIViewController class to train a bit with Swift. I am successfully using Objective-C code via the …
objective-c macros swiftPossible Duplicate: Inline functions vs Preprocessor macros I want to know the difference between the inline function and macro function. 1) …
c macros inlineApparently macros were dropped from Visual Studio 2012. Is there a plugin/extension/tool that will let me record & play …
visual-studio-2015 visual-studio-2013 visual-studio-2017 macros visual-studio-2019