CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
c-preprocessor
09-07
Back-end
LwIP into NUC970_NonOS_BSP-master incorrect works LWIP_DEBUG option
09-05
OS
Get a warning with #ifndef foo #def foo #warning foo is n defined #endif
08-29
OS
Define macro twice in C
08-27
front end
Generic type conversion in C
08-24
database
Is it possible to change the behavior of a #define at compile time depending on a parameter in C?
08-24
OS
How to append something to comma-separated list (implemented as macro) and convert it to strings usi
08-20
Back-end
Why do C macros act as pointers even though I am not passing variables by pointer
08-18
Back-end
Visual Studio C preprocessor-define fails with path starting on "u"
08-10
Blockchain
C compilation error : called object is not a function
08-08
OS
Macro directive sequence in C
08-05
Software engineering
define macro with conditional evaluation in C/C
08-03
Enterprise
Error: operator "defined" requires an identifier
08-02
front end
What is the order of the C preprocessor macro expansion?
08-01
Mobile
C Separate different instances of a class at compile time
07-30
front end
Is it possible to truncate C preprocessor identifiers?
07-20
OS
Overload macro as variable and function
07-19
Mobile
Extract all declared function names from header into boost.preprocessor
07-05
Software design
How to identify whether a variable exists inside a C function for logging?
06-28
Back-end
Is there a purpose for using a macro that does nothing over an empty macro in c ?
06-27
Net
Embed Define into a string
06-22
database
Dynamic macro-selection in a loop
06-14
Mobile
Recursively including a header file over a list of values
06-13
Software design
How to assign subsequent bits to C enumeration members?
06-11
Blockchain
Make Xcode build a C file generated by processing a file with a custom extension
06-08
Blockchain
Is there a way to manipulate preprocessor define scope in C
06-08
Blockchain
Removing last trailing comma from the arguments of a macro
05-25
Software engineering
What does "#if ..." (with an ellipsis) do?
05-25
Net
Can I test the value of a preprocessor directive?
05-18
Mobile
What kinds of expressions are allowed in a `#if` (the conditional inclusion preprocesssor directives
05-16
database
GCC preprocessor directives for Arch Linux
05-12
OS
C: How to name a struct field `errno`?
05-09
Back-end
Add prefix to a macro that calls printf
04-27
Net
Can I use "(" in preprocessor concatenation in C?
04-25
Net
problem while using stringize operator in c
04-12
Software engineering
Is double quote (") a preprocessing-token or an unterminated string literal?
04-12
Software engineering
Should I #include a library header?
04-06
database
How can I use a macro inside another macro in order to concat the definition of the macro to somethi
04-01
Blockchain
How to convert a log2(n) based value to n shifts in a #define statement in C?
03-30
Net
Defining a macro as comma (to separate arguemnts with that marco) works properly in functions argume
03-29
Blockchain
Type of a struct member at compile time
85
1
2
3
Next
Last
Links:
CodePudding