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
Are all of the features of C99 also in C++?
Sep 18, 2022
c++
c
c99
c89
What are "extended integer types"?
Oct 30, 2019
c
gcc
c99
Is returning va_list safe in C?
Nov 14, 2022
c
c99
c89
variadic-functions
Why are compound literals in C modifiable
Sep 17, 2022
c
c99
literals
lvalue
compound-literals
C - Implementing fast push of many elements to the end of array
May 01, 2022
c
arrays
optimization
c99
"int" really required to be at least as large as "short" in C?
Dec 10, 2016
c
standards
c99
c89
Is it possible to instruct C to not zero-initialize global arrays?
Sep 16, 2022
c
gcc
embedded
c99
Can "sizeof(arr[0])" lead to undefined behavior?
Jul 05, 2022
c
arrays
sizeof
c99
undefined-behavior
How enable c99 mode in gcc with terminal
Sep 25, 2022
c
gcc
c99
What can human beings make out of the restrict qualifier?
Sep 16, 2022
c
c99
keyword
restrict-qualifier
Bit-fields and sequence points
Sep 16, 2022
c
c99
bit-fields
sequence-points
c11
Understanding restrict qualifier by examples
Nov 06, 2022
c
c99
strict-aliasing
restrict-qualifier
Why can't I "goto default;" or "goto case x;" within a switch selection structure?
Sep 14, 2022
c
c99
c89
c11
Free static checker for C99 code
Sep 24, 2022
c
gcc
embedded
static-analysis
c99
Is it legal and well defined behavior to use a union for conversion between two structs with a common initial sequence (see example)?
Feb 11, 2021
c++
c
c99
unions
c89
Will "&a+1 > &a" cause an undefined behaviour
Sep 15, 2022
c++
c
c99
c++03
Why weren't new (bit width specific) printf() format option strings adoped as part of C99?
Oct 17, 2022
c
types
printf
c99
format-specifiers
Is C99 backward compatible with C89?
Sep 15, 2022
c
c99
Valid programs in C89, but not in C99
Sep 14, 2022
c
language-lawyer
c99
c89
Optimizing linear access to arrays with pre-fetching and cache in C
Jun 05, 2022
c
performance
memory
c99
« Newer Entries
Older Entries »