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
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
C99 inline function in .c file
Aug 25, 2022
c
c99
What is the use of the `inline` keyword in C?
Aug 26, 2022
c
inline
c99
Is there any reason not to use fixed width integer types (e.g. uint8_t)?
Mar 03, 2022
c
integer
byte
sizeof
c99
Is type-punning through a union unspecified in C99, and has it become specified in C11?
Feb 17, 2022
c
c99
unions
c11
type-punning
How does the compiler allocate memory without knowing the size at compile time?
Aug 26, 2022
c
arrays
memory
c99
variable-length-array
What is the default C -std standard version for the current GCC (especially on Ubuntu)?
Aug 26, 2022
c
ubuntu
gcc
c99
c11
Printf long long int in C with GCC?
Aug 25, 2022
c
gcc
printf
c99
func() vs func(void) in C99
Aug 25, 2022
c
c99
Setting std=c99 flag in GCC
Aug 25, 2022
c
programming-languages
c99
Why are there digraphs in C and C++?
Aug 25, 2022
c++
c
c99
digraphs
Is the behavior of subtracting two NULL pointers defined?
Aug 18, 2022
c++
c
c99
c89
« Newer Entries
Older Entries »