Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c99

Is there a preprocessor macro to detect C99 across platforms?

c macros c99

C, reading multiple numbers from single input line (scanf?)

c c99 scanf

Why is the fgets function deprecated?

C89 vs c99 GCC compiler

Type of unsigned bit-fields: int or unsigned int

c c99 bit-fields

What should replace "memcpy" inside OpenCL kernels?

opencl c99 memcpy

int promotion: Is the following well-defined?

c standards c99

Assigning pointers to pointers with or without qualifiers [duplicate]

c++ c pointers c99

What is `scanf` supposed to do with incomplete exponent-part?

c language-lawyer c99 glibc

How to get involved in C standardization process?

c standards c99 c11

Variadic macros with 0 arguments in C99

macros c99 variadic

better understanding type promotion of variadic parameters in c

c floating-point int printf c99

How to "simulate" C99 in Visual Studio for variables declaration

c visual-studio-2012 c99 c89

Using a 'for' loop iterator after the loop exits in C

c for-loop c99

How to compile a Linux kernel module using -std=gnu99?

c linux gcc linux-kernel c99

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

c gcc c99 fixed-point

Can I omit return from main in C? [duplicate]

c main c99

Does Visual Studio 2017 fully support C99?

Are there any existing C implementations having padding bit in (un)signed integer representation?

c c99

C99 not default C- version for GCC?

c gcc c99