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
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
What are those strange array sizes [*] and [static] in C99?
Oct 23, 2022
c
arrays
c99
function-prototypes
c11
The most useful user-made C-macros (in GCC, also C99)? [closed]
Sep 02, 2022
c
macros
c-preprocessor
c99
Create statically-linked binary that uses getaddrinfo?
Oct 24, 2022
c
gcc
posix
c99
static-linking
How to implement memmove in standard C without an intermediate copy?
Sep 01, 2022
c
c99
undefined-behavior
unspecified-behavior
« Newer Entries
Older Entries »