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
C Complex Numbers in C++?
Mar 11, 2021
c++
c99
complex-numbers
What are the semantics of C99's "restrict" with regards to pointers to pointers?
Mar 25, 2022
c
pointers
multidimensional-array
c99
restrict-qualifier
Is there a static_assert replacement which satisfies the C99 standard?
Sep 25, 2022
c++
c++11
c99
static-assert
How do I ensure lrint is inlined in gcc?
Aug 15, 2016
c++
c
gcc
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
« Newer Entries
Older Entries »