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
How to "simulate" C99 in Visual Studio for variables declaration
Jun 26, 2019
c
visual-studio-2012
c99
c89
Using a 'for' loop iterator after the loop exits in C
Sep 05, 2022
c
for-loop
c99
How to compile a Linux kernel module using -std=gnu99?
Jan 14, 2020
c
linux
gcc
linux-kernel
c99
Why aren't fixed-point types included in C99?
Nov 16, 2022
c
gcc
c99
fixed-point
Can I omit return from main in C? [duplicate]
Oct 17, 2022
c
main
c99
Does Visual Studio 2017 fully support C99?
Sep 19, 2022
c
visual-studio
visual-studio-2017
c99
Are there any existing C implementations having padding bit in (un)signed integer representation?
Sep 22, 2022
c
c99
C99 not default C- version for GCC?
Feb 05, 2017
c
gcc
c99
C Complex Numbers in C++?
Mar 11, 2021
c++
c99
complex-numbers
What are the semantics of C99's "restrict" with regards to pointers to pointers?
Mar 25, 2022
c
pointers
multidimensional-array
c99
restrict-qualifier
Is there a static_assert replacement which satisfies the C99 standard?
Sep 25, 2022
c++
c++11
c99
static-assert
How do I ensure lrint is inlined in gcc?
Aug 15, 2016
c++
c
gcc
c99
How is the size of a variable length array computed at runtime in C99?
Oct 17, 2022
c
arrays
c99
variable-length-array
ansi-c
Why are uintptr_t and intptr_t optional types in the C (and C++) standard?
Sep 24, 2022
c++
c
c++11
c99
Does comma separators in type definition in C guarantee the order?
Jun 26, 2018
c
c99
c11
Why are typedef identifiers allowed to be declared multiple times?
Sep 02, 2022
c
typedef
c99
c11
Is "*p = ++(*q)" undefined when p and q point to the same object?
Mar 04, 2022
c
c99
operator-precedence
sequence-points
Where is <inttypes.h> in Visual Studio 2005?
Apr 04, 2018
c++
visual-studio-2005
c99
What technical disadvantages do C99-style VLAs have? [closed]
Nov 20, 2022
c++
c
c++11
c99
variable-length-array
All struct identifiers are automatically forward declared
Sep 08, 2022
c
struct
c99
incomplete-type
ansi-c
« Newer Entries
Older Entries »