Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c99
Why must I use gnu99 instead of c99 to compile a kernel module?
Dec 27, 2021
c
linux-kernel
kernel-module
c99
gnu99
Variable Length Array
Aug 04, 2019
c
c99
C99: what is the recomended way to handle exceptions raised by `pow()` (overflow or complex number)
Apr 23, 2021
c
exception
nan
c99
pow
C99: Flexible array inside union?
Oct 23, 2022
c
struct
c99
flexible-array-member
gnu99
Is it safe to cast a heap allocated pointer to a pointer to a VLA?
Sep 24, 2022
c
arrays
pointers
language-lawyer
c99
Why in C language for every signed int type must there be a corresponding unsigned int type?
Oct 28, 2022
c
c99
unsigned
signed
stdint
Explanation of tentative definitions in C [duplicate]
Dec 17, 2020
c
c99
What does section 5.1.2.3, paragraph 4 (in n1570.pdf) mean for null operations?
Apr 29, 2022
c
language-lawyer
c99
volatile
c11
Threading and Thread Safety in C
Nov 03, 2022
c
windows
multithreading
atomic
c99
What is the state of C99 support in major compilers / toolchains?
May 14, 2022
c
compiler-construction
c99
toolchain
variable length array declaration not allowed in OpenCL - why?
Jul 19, 2022
arrays
memory
memory-management
opencl
c99
Is unsigned char always promoted to int?
Apr 19, 2017
c
type-conversion
c99
integer-promotion
type-promotion
Is it safe to pass a va_list to another function without using va_copy?
Oct 04, 2019
c
language-lawyer
c99
variadic-functions
C99: cast callbacks with different number of arguments
Jan 14, 2022
c
function
pointers
casting
c99
Equivalent of uintptr_t/intptr_t for pointers to functions?
Oct 26, 2022
c
language-lawyer
c99
c11
It is possible to mix C89 code with C99 code?
Apr 07, 2022
c
c99
c89
Equivalent of std::aligned_storage<> in C?
Apr 20, 2022
c++
c
alignment
c99
Function overloading in C using GCC - compiler warnings
Apr 14, 2022
c
c-preprocessor
compiler-warnings
c99
overloading
Struct vs string literals? Read only vs read-write? [duplicate]
May 05, 2022
c
c99
string-literals
compound-literals
What does (int (*)[])var1 stand for?
Oct 06, 2019
c
multidimensional-array
c99
variable-length
« Newer Entries
Older Entries »