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
GCC with -std=c99 complains about not knowing struct timespec
Jun 01, 2020
c
posix
c99
timespec
Why does sizeof(x)++ compile? [duplicate]
Sep 14, 2022
c
c99
Maximum size of size_t
Aug 29, 2022
c
gcc
sizeof
c99
size-t
Why didn't C have a boolean data type prior to C99?
Aug 29, 2022
c
language-design
c99
c89
How universally is C99 supported?
Sep 09, 2022
c
c99
standards-compliance
Why was mixing declarations and code forbidden up until C99?
Jun 27, 2019
c
c99
c89
How to wrap printf() into a function or macro?
Sep 21, 2022
c
logging
c99
What's the proper use of printf to display pointers padded with 0s
Aug 29, 2022
c
pointers
printf
c99
Are prototypes required for all functions in C89, C90 or C99?
Aug 28, 2022
c
c99
c89
What is the correct type for array indexes in C?
Aug 28, 2022
c
types
indexing
c99
Is there a document describing how Clang handles excess floating-point precision?
Aug 28, 2022
c
floating-point
clang
c99
extended-precision
Smart pointers/safe memory management for C?
Sep 08, 2022
c
memory
pointers
c99
smart-pointers
What is the difference between intXX_t and int_fastXX_t?
Oct 02, 2019
c
optimization
types
integer
c99
Anonymous union within struct not in c99?
Aug 27, 2022
c
gcc
struct
c99
unions
In C99, is f()+g() undefined or merely unspecified?
Mar 14, 2022
c
c99
undefined-behavior
sequence-points
unspecified-behavior
What are the incompatible differences between C(99) and C++(11)?
Aug 27, 2022
c++
c
c++11
c99
Which functions in the C standard library commonly encourage bad practice? [closed]
Aug 27, 2022
c
security
c99
standard-library
Does a[a[0]] = 1 produce undefined behavior?
Oct 09, 2022
c
language-lawyer
c99
undefined-behavior
How to properly add hex escapes into a string-literal?
Aug 30, 2022
c
c99
Does the C preprocessor strip comments or expand macros first? [duplicate]
Dec 02, 2019
c
comments
c-preprocessor
c99
« Newer Entries
Older Entries »