***DO NOT USE for VBA / MS-Office languages.
I've been searching a lot but could find little to no info about LibreOffice Basic I'm a bit used to …
macros libreoffice libreoffice-basic libreoffice-calcI don't want reverse-engineers to read the plain-text of hardcoded strings in my application. The trivial solution for this is …
c++ encryption macros reverse-engineeringI was hoping someone could explain the nuances of the __user macro used in the linux kernel source. First of …
c macros linux-kernel kernelI've some existing scripts wherein am using ftp + .netrc. I want to switch to sftp now but it seems it …
ftp macros sftpAt the end of the article here: http://www.learncpp.com/cpp-tutorial/45-enumerated-types/, it mentions the following: Finally, as with …
c++ macros constants enumerationWhat is EXPORT_SYMBOL_GPL in Linux kernel code? Below is a piece of code, which contains EXPORT_SYMBOL_GPL 62 …
linux macros linux-kernel kernel kernel-moduleI am exploring Qt source code and came across this Q_D macro. Could some one please explain what it …
qt macrosWhat C macro is in your opinion is the most useful? I have found the following one, which I use …
c macros c-preprocessor c99I am writing CMake macros for the first time, and I have a hard time understanding how variables work. Most …
variables cmake macros