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
GCC options to enforce Ansi C standard check?
Mar 09, 2021
c
gcc
c99
What C program behaves differently in run-time when compiled with C89 and C99?
Sep 19, 2022
c
language-lawyer
c99
c89
Is there a practical use for a `volatile restrict` pointer?
Nov 24, 2018
c
c99
language-lawyer
restrict-qualifier
How to define extern variable along with declaration?
Feb 02, 2022
c
c99
extern
gcc-warning
initializer
Creating a DLL in GCC or Cygwin?
Oct 08, 2017
c
gcc
dll
compiler-construction
c99
Parameters declared restrict and compiler warnings
Oct 25, 2022
c
c99
c11
restrict
restrict-qualifier
C: cast int to size_t
Mar 05, 2022
c
casting
int
c99
size-t
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
« Newer Entries
Older Entries »