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
Combine two designated initializers via a macro
Nov 05, 2025
c
c99
designated-initializer
Size of anonymous struct standard conformant?
Nov 01, 2025
c
c99
c89
ansi-c
C union type punning arrays
Oct 31, 2025
c
c99
c11
Flexible array member without having to be the last one
Oct 30, 2025
c
struct
c99
c11
flexible-array-member
Implicit declaration of scandir; alphasort is undeclared
Oct 28, 2025
c
c99
scandir
Question regarding the memory alignment offset multiple for Vertex buffer data when calling vkCmdBindVertexBuffers()
Oct 26, 2025
c99
memory-alignment
vulkan
vertex-buffer
In C, is it true that PRId64 is defined if-and-only-if int64_t is available?
Oct 24, 2025
c
64-bit
c99
format-specifiers
stdint
Converting unsigned to double to unsigned without loss of precision
Oct 22, 2025
c
floating-point
c99
ieee-754
floating-point-conversion
What is the best way to represent characters in C?
Oct 22, 2025
c
char
character
c99
extern declaration of array
Oct 20, 2025
c99
extern
variable-declaration
How should I obtain the fractional part of a floating-point value?
Oct 19, 2025
c
floating-point
c99
floor
libm
use pointer to single value as Array
Oct 18, 2025
c
arrays
pointers
c99
c89
Is `void foo(int a[static 0]);` valid?
Oct 18, 2025
c
language-lawyer
c99
Tilde '~' operator on _Complex, what does it do? Is it an extension?
Oct 18, 2025
c
c99
complex.h
Is it valid to check if a function is defined in C?
Oct 17, 2025
c
visual-studio
language-lawyer
c99
static_if in C99's preprocessor
Oct 16, 2025
c
c99
c-preprocessor
static-if
Is there a C compiler flag that allows case insensitivity?
Oct 14, 2025
c
programming-languages
c99
compiler-specific
GCC C99 Disable compilation of main() without return
Sep 23, 2025
c
gcc
c99
Clang's __has_builtin doesn't always work
Sep 14, 2025
c
clang
c99
built-in
clang-extensions
Is accessing two volatiles in one statement is legal in newer C?
Sep 09, 2025
c
c99
volatile
iar
Older Entries »