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
Should I use "-ansi" or explicit "-std=..." as compiler flags?
Feb 05, 2022
c
c89
compiler-flags
ansi-c
Is it undefined behavior to exceed translation limits and are there checker tools to find it?
Dec 20, 2015
c
standards
undefined-behavior
standards-compliance
c89
Is casting a pointer to different structs guaranteed to be meaningful in C89?
Jul 01, 2019
c
struct
c89
C - Why did ANSI only specify six characters for the minimum number of significant characters in an external identifier?
Oct 24, 2022
linker
standards
c89
Are there any differences between ANSI C and ISO C?
Oct 14, 2017
c
standards
c99
c89
ansi-c
How to enforce C89-style variable declarations in gcc?
Mar 25, 2022
c
visual-c++
gcc
c99
c89
Is the %zu specifier required for printf?
Sep 21, 2022
c
printf
c89
size-t
c-libraries
GCC options for strict C90 code?
Aug 25, 2022
c
gcc
iso
c89
Compatibility of C89/C90, C99 and C11
Sep 21, 2022
c
c99
iso
c11
c89
Inconsistent behaviour of implicit conversion between unsigned and bigger signed types
Feb 11, 2022
c
c99
implicit-conversion
c89
integer-promotion
C check if file exists
Sep 20, 2022
c
c89
Should I place the parameter storage class specifier in the function definition or in both the declaration and definition?
Sep 20, 2022
c
declaration
definition
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
« Newer Entries
Older Entries »