Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Does MISRA C 2012 say not to use bool

lvalue doesn't designate an object after evaluation?

c c99 language-lawyer

Declaring anonymous struct in for loop, clang fails to compile

c c99

static size of array in C99 [duplicate]

c arrays gcc c99

C99 remove stricmp() and strnicmp()?

c string c99

c99 - error: unknown type name ‘pid_t’

c c99 pid c11

Undefined behavior: when attempting to access the result of function call

Flexible array member in C-structure

c c99 flexible-array-member

__func__ value difference between C and C++

c++ c c++11 c99 c11

Value of elements of a character array initialized as an empty string

Forcing compiler to C99 standard

c gcc clang c99 c11

inline definition causes unresolved symbols in program [duplicate]

c c99

How to use C99 standard types for maximum portability AND efficiency across most platforms?

Dereferencing in C

c pointers c99 c89

Is a goto in alloca's function scope valid?

UL suffix vs uint32_t cast

c c99

Where can I find a table of all the characters for every C99 Character Set?

c character-encoding c99

Combine designated initializers and malloc in C99+?

got compile error when use clock_gettime in c99

c c99

About cast in integer constant expression (in standard C)

c syntax c99 language-lawyer