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
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
What is the equivalent Haskell type for C99 bool when using FFI?
Feb 24, 2022
haskell
c99
ffi
Get warning when a variable is shadowed
May 29, 2019
c
variables
warnings
c99
Why can't gcc find the random() interface when -std=c99 is set?
Sep 14, 2022
c
gcc
random
c99
c89
Allocating char array using malloc
Sep 14, 2022
c
char
malloc
sizeof
c99
Kernel's "container_of" - any way to make it ISO conforming?
Aug 22, 2019
c
linux-kernel
linked-list
c99
standards-compliance
Reasons not to use _Bool in Objective-C?
Sep 13, 2022
objective-c
c99
boolean
Lifetime of temporary objects in C11 vs C99
Apr 13, 2020
c
c99
c11
Why do some C standard headers begin with 'std' while others don't?
Nov 03, 2020
c
c99
c89
c11
Forward declaration of inline functions
Nov 11, 2022
c++
c
inline
c99
forward-declaration
Declaring an array of negative length
Nov 18, 2022
c
arrays
gcc
c99
Does C99 guarantee that arrays are contiguous?
Sep 12, 2022
c
arrays
pointers
c99
Is it a good idea to use C99 VLA compared to malloc/free?
Jul 28, 2019
c
c99
Does either ANSI C or ISO C specify what -5 % 10 should be?
Sep 12, 2022
c
c99
modulo
c89
« Newer Entries
Older Entries »