***DO NOT USE for VBA / MS-Office languages.
I bumped into this strange macro code in /usr/include/linux/kernel.h: /* Force a compilation error if condition is …
c linux macros linux-kernelI would like to write a macro for Notepad++ which should replace char1, char2, char3 with char4, char5, char6, respectively.
macros notepad++What does #pragma comment mean in the following? #pragma comment(lib, "kernel32") #pragma comment(lib, "user32")
c++ visual-c++ macros pragmaIs C# able to define macros as is done in the C programming language with pre-processor statements? I would like …
c# macros c-preprocessorSorry for asking very basic question. I would like to set OR condition in #ifdef directive.? How to do that ? …
c macrosI usually pass macro definitions from "make command line" to a "makefile" using the option : -Dname=value. The definition is …
c macros makefileWhat is the worst real-world macros/pre-processor abuse you've ever come across (please no contrived IOCCC answers *haha*)? Please add …
c++ c macros preprocessorI am trying to figure out what version of Boost my code thinks it's using. I want to do something …
macros c-preprocessor boost-preprocessorI'm writing a cross-platform code, which should compile at linux, windows, Mac OS. On windows, I must support visual studio …
c++ macros cross-platform c-preprocessor