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
Is this a valid way of checking if a variadic macro argument list is empty?
Sep 24, 2022
c
c-preprocessor
c11
variadic-macros
Does realloc of memory allocated by C11 aligned_alloc keep the alignment?
Apr 12, 2022
c
memory-management
realloc
c11
Are noreturn attributes on exiting functions necessary?
Apr 15, 2019
c
language-lawyer
c11
How to declare a variable as thread local portably?
Aug 24, 2022
c
gcc
portability
c11
thread-local-storage
Assignment operator sequencing in C11 expressions
Sep 23, 2022
c
expression
language-lawyer
undefined-behavior
c11
Is there a way to use GCC __attribute__((noreturn)) and <stdnoreturn.h> sanely in a single translation unit?
Jul 23, 2020
c
gcc
clang
c11
Does comma separators in type definition in C guarantee the order?
Jun 26, 2018
c
c99
c11
C11 grammar ambiguity between _Atomic type specifier and qualifier
Oct 01, 2017
c
grammar
yacc
c11
Why are typedef identifiers allowed to be declared multiple times?
Sep 02, 2022
c
typedef
c99
c11
Behavior of "comma" operator in sizeof() operator In C [duplicate]
Aug 25, 2022
c
arrays
sizeof
comma
c11
How to use noreturn with function pointer?
Aug 30, 2022
c
c11
noreturn
Why can I use gets() in gcc -std=c11?
Jan 05, 2018
c
gcc
language-lawyer
c11
gets
M_PI not available with gcc --std=c11 but with --std=gnu11?
Oct 16, 2022
c
gcc
c11
Sequence points and side effects: Quiet change in C11?
Jul 03, 2022
c
c99
undefined-behavior
c11
sequence-points
Compatibility of C89/C90, C99 and C11
Sep 21, 2022
c
c99
iso
c11
c89
error: use of undeclared identifier 'errno_t'
May 02, 2021
c
clang
c11
errno
tr24731
Is (uint64_t)-1 guaranteed to yield 0xffffffffffffffff?
Sep 19, 2022
c++
c
standards
c11
Parameters declared restrict and compiler warnings
Oct 25, 2022
c
c99
c11
restrict
restrict-qualifier
Memory position of elements in C/C++ union
Mar 24, 2022
c++
c
c++11
unions
c11
Why didn't gcc (or glibc) implement _s functions?
Jun 09, 2020
c
security
gcc
c11
tr24731
« Newer Entries
Older Entries »