Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

<stdlib.h> rand() example code, unnecessary check for larger than max?

c random c11

Two-part for loop in C [duplicate]

c c11

Handling size_t in a generic selection

c c11 size-t

Are enum values resolved in preprocess time or in compile time?

c c11

Why was gets part of the C standard in the first place?

c standards deprecated c11 gets

GCC warning with std=c11 arg

c gcc pthreads c11

Why doesn't the compiler detect and produce errors when attempting to modify char * string literals?

c standards c99 c11

Make autotools add --std=c11 to CFLAGS

c autotools c11

What is the correct definition of size_t? [duplicate]

c c99 c11 size-t

C11 related language correctness

c language-lawyer c11

Best way to statically initialize a linked list in C?

c c11

C11 struct inheritance with anonymous struct

c inheritance gcc struct c11

thrd_busy and mtx_lock()/mtx_timedlock()

c multithreading mutex c11

Is it a C standard to define how to store the temporary result of shift operation?

c standards bit-shift c11

Using pointed to content in assignment of a pointer

How to include C11 headers when compiling C++ with GCC?

c++ gcc c11

Why does a function prototype with an empty argument list conflicts with one that has a char argument?

c gcc clang standards c11

What is the rationale behind the strict aliasing rule?

_Alignas for struct members using clang & C11

Is FLT_RADIX ever not 2 in C11 for modern general purpose computers?

c floating-point c11