Search code examples
Do C compilers follow the "formal definition of `restrict`"?...

cpointerslanguage-lawyerc99restrict-qualifier

Read More
Char Arrays as Compile-Time Constants...

clanguage-lawyerc99c89

Read More
When to use restrict and when not to...

cpointersc99restrict-qualifier

Read More
MinGW Compiler for Windows, using GCC, C99 vs GNU99...

c++cmingwc99

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

cubuntugccc99c11

Read More
In C, is it true that PRId64 is defined if-and-only-if int64_t is available?...

c64-bitc99format-specifiersstdint

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

cvisual-c++c99

Read More
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
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
BackNext