Newbetuts
.
New posts in c-preprocessor
Combining C++ and C - how does #ifdef __cplusplus work?
c++
c
c-preprocessor
extern-c
How do I see a C/C++ source file after preprocessing in Visual Studio?
c++
c
debugging
visual-studio-2005
c-preprocessor
C macros and use of arguments in parentheses
c
macros
c-preprocessor
parentheses
C++ preprocessor __VA_ARGS__ number of arguments
c++
c
c-preprocessor
variadic-macros
Why do all the C files written by my lecturer start with a single # on the first line?
c
c-preprocessor
#pragma pack effect
c
c-preprocessor
pragma-pack
Why are preprocessor macros evil and what are the alternatives?
c++
c++11
c-preprocessor
Why are #ifndef and #define used in C++ header files?
c++
c
c-preprocessor
#define macro for debug printing in C?
c
c-preprocessor
The need for parentheses in macros in C [duplicate]
c
macros
c-preprocessor
parentheses
Why does the C preprocessor interpret the word "linux" as the constant "1"?
c
linux
gcc
c-preprocessor
Why use apparently meaningless do-while and if-else statements in macros?
c++
c
c-preprocessor
c++-faq
What is the difference between #include <filename> and #include "filename"?
c++
c
include
header-files
c-preprocessor
Prev