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
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
numpy.nextafter decrementing instead of incrementing
Sep 12, 2022
python
numpy
posix
c99
Initialise all elements in an array with a value using compound literals
Apr 02, 2019
c
arrays
gcc
c99
gcc4
Can a C compiler change bit representation when casting signed to unsigned?
Sep 23, 2022
c
c99
language-lawyer
« Newer Entries
Older Entries »