***DO NOT USE for VBA / MS-Office languages.
Rather than right clicking on the macro identifier and then on "go to definition", is it possible to expand macro …
visual-studio visual-c++ macros preprocessorI have a script(not written by myself) which shows the git branch/svn branch in my command prompt. Does …
git macros ps1How can I determine the path of the currently open document in an OpenOffice or LibreOffice document? I want to …
macros libreoffice libreoffice-basicI am using both the JUCE Library and a number of Boost headers in my code. Juce defines "T" as …
c++ boost macros c-preprocessorI'm often use do-while(0) construct in my #defines, for the reasons described in this answer. Also I'm trying to use …
c++ c visual-c++ macros compiler-warningsI am just curious on how people solve this. I often write the same type of code all the time. …
java macros boilerplatestdin is of type FILE *, is there a fd macro for it? Or do I need to convert it myself?
c macros stdinI use to define macros (not just constants) in C like #define loop(i,a,b) for(i=a; i&…
python macros preprocessorI have a long list of locations in excel format and I need to calculate driving distance between these locations …
macros coordinates driving-distance