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
Can C11 _Generic be used with no arguments?
Oct 30, 2025
c
macros
c11
If the next representable value after -0.0 is +0.0, then why nextafter(-0.0, INFINITY) does not return +0.0?
Oct 29, 2025
c
floating-point
c11
math.h
c17
C union type punning arrays
Oct 31, 2025
c
c99
c11
What are the rules for linking translation units in C11?
Oct 29, 2025
c
linker
c11
Flexible array member without having to be the last one
Oct 30, 2025
c
struct
c99
c11
flexible-array-member
char16_t and char32_t endianness
Oct 29, 2025
c
endianness
c11
char16-t
char32-t
declspec error when compiling clang's <noreturn.h> along with Windows headers
Oct 28, 2025
c
windows
clang
c11
clang-cl
C11 _Generic() - How can I suppress gcc code evaluation (Error check) for selections which are not matching with selector
Oct 26, 2025
c
gcc
c11
Is pointer arithmetic still well defined after casting with alignment violation?
Oct 24, 2025
c
undefined-behavior
memory-alignment
c11
pointer-arithmetic
Can you cast a "pointer to a function pointer" to void*
Oct 18, 2025
c
language-lawyer
function-pointers
c11
pointer-arithmetic
Standard guarantees for using floating point arithmetic to represent integer operations
Oct 14, 2025
c
floating-point-precision
c11
floating-point-conversion
Purpose of atomic structures
Sep 22, 2025
c
struct
atomic
c11
Can I return pointer to VLA?
Sep 16, 2025
c
arrays
pointers
language-lawyer
c11
How to build or get a original latest version of GCC for Windows?
Sep 04, 2025
windows
gcc
windows-10
windows-subsystem-for-linux
c11
The sequential consistent order of C++11 vs traditional GCC built-ins like `__sync_synchronize`
Sep 04, 2025
multithreading
c++11
c11
memory-barriers
happens-before
Header for scanf_s function
Mar 24, 2023
c
header-files
c11
tr24731
implicit-declaration
_Noreturn in a struct in c: error: expected specifier-qualifier-list before '_Noreturn'
Mar 08, 2023
c
gcc
c11
noreturn
Can c11's 'Generic' keyword be used within gcc _Static_assert
Mar 06, 2023
c
gcc
compiler-errors
c11
static-assert
Verify macro argument size at compilation time
Mar 05, 2023
c
sizeof
bit-fields
c11
Are the arguments of a C program guaranteed to be '\0'-terminated?
Feb 15, 2023
c
security
posix
c11
execve
Older Entries »