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 c89
Problem trying to use the C qsort function
Sep 30, 2022
c
c89
qsort
Is omitting return statement undefined behaviour in C89 (aka ANSI C)?
Nov 02, 2022
c
language-lawyer
c89
What C program behaves differently in run-time when compiled with C89 and C99?
Sep 19, 2022
c
language-lawyer
c99
c89
ANSI C (ISO C90): Can scanf read/accept an unsigned char?
Feb 28, 2022
c
gcc
scanf
c89
How to rewrite C-struct designated initializers to C89 (resp MSVC C compiler)
Oct 02, 2022
c
visual-c++
struct
initialization
c89
Are all of the features of C99 also in C++?
Sep 18, 2022
c++
c
c99
c89
Does ANSI-C not know the inline keyword?
Oct 13, 2022
c
inline
c89
Is returning va_list safe in C?
Nov 14, 2022
c
c99
c89
variadic-functions
"int" really required to be at least as large as "short" in C?
Dec 10, 2016
c
standards
c99
c89
What parts of C are most portable?
Sep 16, 2022
c
lua
portability
c89
Why can't I "goto default;" or "goto case x;" within a switch selection structure?
Sep 14, 2022
c
c99
c89
c11
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
Forward declare FILE *
Sep 14, 2022
c++
c
gcc
forward-declaration
c89
Valid programs in C89, but not in C99
Sep 14, 2022
c
language-lawyer
c99
c89
Why can't gcc find the random() interface when -std=c99 is set?
Sep 14, 2022
c
gcc
random
c99
c89
Why do some C standard headers begin with 'std' while others don't?
Nov 03, 2020
c
c99
c89
c11
A good C equivalent of STL vector?
Oct 14, 2019
c
c89
K&R Exercise 1.16 - Limitation on line length
Mar 02, 2022
c
kernighan-and-ritchie
c89
Does either ANSI C or ISO C specify what -5 % 10 should be?
Sep 12, 2022
c
c99
modulo
c89
Using M_PI with C89 standard
Sep 05, 2022
c
math
c89
« Newer Entries
Older Entries »