Search code examples
GCC C99 Disable compilation of main() without return...


cgccc99

Read More
What is the state of C99 support in major compilers / toolchains?...


cc99toolchain

Read More
What is the difference between `cc -std=c99` and `c99` on Mac OS?...


cxcodec99

Read More
Are "Statement and Declarations in Expressions" specific to GNU C?...


cstandardsgnuc99compiler-extension

Read More
Pragmas swp,ivdep,prefetch support in various compilers...


coptimizationc99pragma

Read More
Do we have c99 subflags...


cgccc99

Read More
Are C preprocessor statements a part of the C language?...


cstandardsc99c-preprocessor

Read More
Recent MSVC versions don't treat NAN as constant, workaround?...


cvisual-c++c99

Read More
Is it legal to have a function prototype slightly different from its definition?...


cc99function-definitionfunction-declarationfunction-prototypes

Read More
Is it safe and defined behaviour to cast a pointer to another level of indirection?...


cpointersundefined-behaviorc99

Read More
What is the difference between C, C99, ANSI C and GNU C?...


cgccc99c89ansi-c

Read More
Translation limits of an identifier in C...


ccompiler-constructionlanguage-lawyerc99

Read More
What does section 5.1.2.3, paragraph 4 (in n1570.pdf) mean for null operations?...


clanguage-lawyerc99volatilec11

Read More
Using clang and trying to generate a visual studio solution with premake doesn't compile with &q...


cluac99premake

Read More
gcc - 2 versions, different treatment of inline functions...


cgccinlinec99

Read More
Creating a DLL in GCC or Cygwin?...


cgccdllc99

Read More
How to prevent reordering of calls to a function that prints log messages in C?...


cembeddedcompiler-optimizationc99

Read More
How to change the compiler of VS?...


cvisual-studio-2010c99

Read More
How to perform accurate FixedPoint Number Calculation in C?...


cc99c11fixed-point

Read More
Can I cast an unsigned long int into uintptr_t without losing bits?...


ccastingc99

Read More
Undefined reference to 'owr_init' (linker error)...


cmakefilewebrtclinker-errorsc99

Read More
Why aren't fixed-point types included in C99?...


cgccc99fixed-point

Read More
Why are stderr, stdin, stdout defined as macros?...


clanguage-lawyerc99

Read More
How do I write command line arguments into a file in C without writing (null)?...


cgccc99

Read More
%zu format specifier with C99 not working...


ccmakec99format-specifiersformat-string

Read More
Typing of Array in C structure is "overflowing" into subsequent fields?...


cc99compound-literals

Read More
What does //**/ mean?...


cc99c89

Read More
What is the default C -std standard version for the current GCC (especially on Ubuntu)?...


cubuntugccc99c11

Read More
Realistic usage of the C99 'restrict' keyword?...


cgccc99restrict-qualifier

Read More
Using previously set fields when initializing structure with compound literals...


cinitializationc99c23

Read More
BackNext