Top "Macros" questions

***DO NOT USE for VBA / MS-Office languages.

Libreoffice calc: loop throught cells macro

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-calc
Compile-time string encryption

I 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-engineering
What are the implications of the linux __user macro?

I was hoping someone could explain the nuances of the __user macro used in the linux kernel source. First of …

c macros linux-kernel kernel
using .netrc with sftp

I've some existing scripts wherein am using ftp + .netrc. I want to switch to sftp now but it seems it …

ftp macros sftp
C++ - enum vs. const vs. #define

At 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 enumeration
What is EXPORT_SYMBOL_GPL in Linux kernel code?

What 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-module
What does Q_D macro do in Qt

I am exploring Qt source code and came across this Q_D macro. Could some one please explain what it …

qt macros
The most useful user-made C-macros (in GCC, also C99)?

What C macro is in your opinion is the most useful? I have found the following one, which I use …

c macros c-preprocessor c99
When should I quote CMake variables?

I am writing CMake macros for the first time, and I have a hard time understanding how variables work. Most …

variables cmake macros
What is the __STDC_VERSION__ value for C11?

I know that compilers use __STDC__ to indicate that a compiler is standard C and, from, there, you can use __…

c macros iso c11