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 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
Best way to compare two int arrays of the same length?
Aug 30, 2022
c
arrays
compare
int
c99
What is wrong with using turbo C?
Nov 10, 2022
c
c99
turbo-c
Operators indirectly forbidden (or not?) in defining integer constant expressions (in C)
Mar 15, 2022
c
syntax
c99
language-lawyer
Can a int16_t to int conversation result in implementation-defined behavior?
Aug 21, 2016
c
casting
type-conversion
c99
language-lawyer
Taking address of temporary (compound literal) parameter in C
Mar 09, 2022
c
language-lawyer
c99
initializer
temporary-objects
Are there any differences between ANSI C and ISO C?
Oct 14, 2017
c
standards
c99
c89
ansi-c
Cleaning up C/C++ code reveals problems with variadic macros
Dec 12, 2016
c++
c
macros
c99
variadic-macros
NULL function pointers
Oct 29, 2022
c++
c
c99
Using restrict with arrays?
Nov 07, 2022
c
optimization
c99
restrict
restrict-qualifier
How to enforce C89-style variable declarations in gcc?
Mar 25, 2022
c
visual-c++
gcc
c99
c89
Do C99 signed integer types defined in stdint.h exhibit well-defined behaviour in case of an overflow?
Oct 29, 2022
c
standards
c99
integer-overflow
During C macro expansion, is there a special case for macros that would expand to "/*"?
Sep 15, 2022
c
macros
c-preprocessor
c99
« Newer Entries
Older Entries »