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
Usage of the extern keyword
Dec 23, 2025
c
gcc
c99
extern
Defining a function returning incompatible type, but unreachable
Dec 22, 2025
c
language-lawyer
c99
Does C99 Standard allow the compiler to transform code such that the same expression is no longer evaluated once some deduced condition is met?
Dec 20, 2025
c
optimization
c99
compiler-optimization
Can non-const data be accessed through a const pointer in a union?
Dec 20, 2025
c
pointers
language-lawyer
c99
unions
Is RAND_MAX guranteed to be <= UINT_MAX?
Dec 19, 2025
c
c99
Memory allocation/reallocation question
Dec 19, 2025
c
memory-management
c99
OpenMP and C99 data
Dec 19, 2025
c
openmp
c99
Is re-using a structs own members in initialization reliable? (C99)
Dec 08, 2025
c
c99
Can a designated initializer legally refer to the variable it's initializing in C99?
Dec 07, 2025
c
initialization
c99
c11
designated-initializer
Are conformant array parameters VLAs?
Dec 07, 2025
c
language-lawyer
c99
c11
variable-length-array
C99 Standard - fprintf - s conversion with precision
Dec 07, 2025
c
unicode
c99
Why does gcc -ansi remove the declarations of cosf and the like?
Dec 05, 2025
c
gcc
c99
c89
How do you convert a single surrogate character without a pair into its UTF-8 equivalent?
Dec 04, 2025
c
utf-8
c99
surrogate-pairs
GCC : undefined reference to "__asan_init_v1"
Dec 02, 2025
gcc
cmake
c99
How can I share a const char array between two source files gracefully?
Nov 30, 2025
c
c99
c11
realloc memory in string array in C
Nov 23, 2025
c
c99
strcpy
How do strings work in C?
Nov 21, 2025
c
string
c99
ansi-c
Functions with empty parameter list in C99 is not compatible with C++98?
Nov 20, 2025
c++
c
gcc
c99
c++98
Struct variable alias
Nov 17, 2025
c
struct
compiler-warnings
c99
unions
Older Entries »