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
What is the use of ignoring `SIGCHLD` signal with `sigaction(2)`?
Oct 21, 2022
c
linux
process
signals
c99
How many memory pages do C compilers on desktop OSes use to detect stack overflows?
May 19, 2019
c
c99
variable-length-array
mmu
C - return array of unknown size
Mar 09, 2021
c
arrays
c99
Allocating struct with flexible array member
Jan 17, 2019
c
c99
flexible-array-member
How to use compound literals to `fprintf()` multiple formatted numbers with arbitrary bases?
Jan 11, 2022
c
c99
literals
compound-literals
const array const {}
Nov 05, 2022
c
constants
c99
Can I define variadic C preprocessor macros with __VA_ARGS in the middle instead of the end?
Oct 25, 2022
c
gcc
c-preprocessor
c99
variadic-macros
Are zero-length variable length arrays allowed/well defined?
Feb 07, 2020
c
c99
Calculating and using maximum value of uint32_t
Mar 03, 2022
c
gcc
c99
Is a compiler allowed to add functions to standard headers?
Feb 19, 2022
c
header
c99
standards
Returning a variable while using a post increment in C
Dec 23, 2019
c
global-variables
standards
c99
language-lawyer
Variable Length Arrays in C++14?
Oct 28, 2022
c++
arrays
visual-studio-2015
c99
variable-length-array
why is sizeof(ptrdiff_t) == sizeof(uintptr_t)
Mar 19, 2022
c++
c
pointers
c99
computer-architecture
What techniques/strategies do people use for building objects in C (not C++)?
Feb 23, 2022
c
inheritance
object
c99
c89
Why is SCHAR_MIN defined as -127 in C99?
Nov 08, 2022
c
char
language-lawyer
c99
Why isn't regular expressions part of ISO C99
Mar 05, 2022
c
regex
standards
c99
Is there a reason that C99 doesn't support function overloading?
Aug 28, 2022
c
c99
overloading
Why must I use gnu99 instead of c99 to compile a kernel module?
Dec 27, 2021
c
linux-kernel
kernel-module
c99
gnu99
Variable Length Array
Aug 04, 2019
c
c99
C99: what is the recomended way to handle exceptions raised by `pow()` (overflow or complex number)
Apr 23, 2021
c
exception
nan
c99
pow
« Newer Entries
Older Entries »