Search code examples
Creating a DLL in GCC or Cygwin?...


cgccdllc99

Read More
using isinf() on IRIX-6.5...


cgccc99retro-computingirix

Read More
Getting list of files in a folder using C...


c++cfile-ioc99

Read More
MISRA C:2012 violations with enums in C99...


cenumsc99misrascitools-understand

Read More
Is there an `alignof` implementation portable to standard C89 and C99?...


cc99memory-alignmentc89alignof

Read More
C union type punning arrays...


cc99c11

Read More
Size of anonymous struct standard conformant?...


cc99c89ansi-c

Read More
Is C99 backward compatible with C89?...


cc99

Read More
How to set environment variable in ISO c99 Standard C without setenv()?...


cc99setenv

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


cgccc99c89ansi-c

Read More
Volatile struct member assignment: side effects / undefined behavior...


structc99side-effectspc-lint

Read More
Standard alternative to GCC's ##__VA_ARGS__ trick?...


cc99c-preprocessorvariadic-macros

Read More
C99 remove stricmp() and strnicmp()?...


cstringc99

Read More
Is it thread-safe to access different elements of an array in C99?...


cmultithreadingembeddedthread-safetyc99

Read More
Can code use size_t instead of ptrdiff_t when subtracting two pointers where the minuend >= subtr...


clanguage-lawyerc99

Read More
Flexible array member in C-structure...


cc99flexible-array-member

Read More
Can uint8_t be smaller than unsigned char according to the c99 standard?...


clanguage-lawyerc99

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


cvisual-c++c99

Read More
How to compile a C project in C99 mode?...


cc99

Read More
How do you convert a single surrogate character without a pair into its UTF-8 equivalent?...


cutf-8c99surrogate-pairs

Read More
How to use ftruncate in c99 without warning...


cc99

Read More
lvalue doesn't designate an object after evaluation?...


cc99language-lawyer

Read More
reverse the arguments to a variadic macro...


cc-preprocessorc99variadic-macros

Read More
How to print the contents of char**?...


cpointersstructcharc99

Read More
C99 struct member initialization...


c99

Read More
Have the code examples from K&R ever been conforming?...


clanguage-lawyerc99c89kernighan-and-ritchie

Read More
Can non-const data be accessed through a const pointer in a union?...


cpointerslanguage-lawyerc99unions

Read More
Ambiguity in scope of for loop declaration versus body...


cfor-looplanguage-lawyerc99c23

Read More
variable-length array in struct with TI compiler in C (socket programming)...


cstructc99variable-length-arrayvariable-length

Read More
How to do an explicit fall-through in C...


cgccc99gcc-warning

Read More
BackNext