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
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
How to tell GCC that a pointer argument is always double-word-aligned?
Sep 02, 2018
c
gcc
alignment
c99
How to do an explicit fall-through in C
Sep 05, 2022
c
gcc
c99
gcc-warning
How to declare an inline function in C99 multi-file project?
Sep 05, 2022
c
linker
c99
inline-functions
Good introduction to <inttypes.h> [closed]
Sep 05, 2022
c
printf
c99
Are all pointers derived from pointers to structure types the same?
Sep 04, 2022
c
pointers
struct
c99
strict-aliasing
C type casts and addition precedence
Sep 04, 2022
c
syntax
c99
Enabling VLAs (variable length arrays) in MS Visual C++?
Nov 06, 2021
c
visual-c++
c99
c89
variable-length-array
What does &(int) { 1 } mean in C++?
Nov 10, 2022
c++
c99
Forcing C99 in CMake (to use 'for' loop initial declaration)
Aug 25, 2022
c++
c
cmake
c99
« Newer Entries
Older Entries »