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 c11
Does C standard's FE_TONEAREST rounding mode guarantee that halfway ties are rounded to even?
Apr 22, 2022
c
language-lawyer
rounding
c11
fenv
_Generic to fill some union
Jan 20, 2022
c
c11
Atomic decrement-and-test in C
Jan 07, 2022
c
atomic
c11
stdatomic
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
If sizeof(int) == sizeof(long), then is INT_MIN == LONG_MIN && INT_MAX == LONG_MAX always true?
Feb 03, 2022
c
integer
range
sizeof
c11
Is this a valid definition for main()
Nov 14, 2022
c
standards
language-lawyer
c11
Is it possible to implement GNU C's typeof(x) with C11's _Generic?
Oct 14, 2022
c
generics
gcc
gnu
c11
Can a char array be used with any data type?
Jul 26, 2021
c
arrays
types
c11
Equivalent of uintptr_t/intptr_t for pointers to functions?
Oct 26, 2022
c
language-lawyer
c99
c11
C11 _Generic usage
Oct 06, 2022
c
generics
macros
default
c11
What does "representable" mean in C11?
Mar 31, 2021
c
language-lawyer
c11
Does the C11 keyword '_Atomic' count as type qualifier or specifier if followed by a whitespace and a left parenthesis?
Apr 21, 2022
c
syntax
grammar
atomic
c11
c99 - error: unknown type name ‘pid_t’
Jan 31, 2017
c
c99
pid
c11
__func__ value difference between C and C++
Mar 14, 2022
c++
c
c++11
c99
c11
Why doesn't C11 support lambda functions
Feb 16, 2022
c
lambda
c11
Forcing compiler to C99 standard
Nov 02, 2022
c
gcc
clang
c99
c11
How do I use a binary prefix in accordance with C11?
Apr 26, 2022
c
compiler-construction
standards
standards-compliance
c11
Do non-observable atomics synchronize memory?
Jul 29, 2020
c
multithreading
atomic
compiler-optimization
c11
Is this behavior of clang standard compliant?
Aug 30, 2022
c
compiler-errors
clang
c11
restrict
Pointer arithmetics and comparison within a structure
May 10, 2022
c
pointers
struct
language-lawyer
c11
« Newer Entries
Older Entries »