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
"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
Enabling VLAs (variable length arrays) in MS Visual C++?
Nov 06, 2021
c
visual-c++
c99
c89
variable-length-array
Can't get rid of "this decimal constant is unsigned only in ISO C90" warning
Apr 16, 2021
c
warnings
constants
unsigned
c89
How to sum large numbers?
Aug 25, 2022
c
c89
largenumber
Type to use to represent a byte in ANSI (C89/90) C?
Sep 01, 2022
c
types
c89
How to find my current compiler's standard, like if it is C90, etc
Aug 31, 2022
c
compiler-construction
c99
c89
What's the difference between "int" and "int_fast16_t"?
Aug 30, 2022
c
integer
c99
portability
c89
Why didn't C have a boolean data type prior to C99?
Aug 29, 2022
c
language-design
c99
c89
Why was mixing declarations and code forbidden up until C99?
Jun 27, 2019
c
c99
c89
« Newer Entries
Older Entries »