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 c
Portable way of splitting n-byte integer into single bytes
Mar 07, 2023
c
bit-manipulation
portability
Where can I find the full syntax of C that is necessary to implement a compiler?
Mar 07, 2023
c
parsing
syntax
implementation
lexical-analysis
Why is array initialization with ternary operator illegal?
Mar 07, 2023
c
arrays
ternary-operator
Why use .data instead of reserving space in .bss and initializing at runtime, for variables in assembly/C?
Mar 06, 2023
c
linux
assembly
memory
x86
How to expose C struct size without exposing its type?
Mar 07, 2023
c
Is it safe to assume that atan2(0,0) returns 0?
Mar 06, 2023
python
c
atan2
Code compiled with ICC works with -O2, warning about strtok and a crash with -O1
Mar 07, 2023
c
icc
Do pointers refer to physical or to virtual memories?
Mar 07, 2023
c
pointers
memory
virtual
Can't solve: 'Redefinition of NULL macro'
Mar 06, 2023
c
Is it possible to generate CAN bus error using STM32?
Mar 07, 2023
c
embedded
stm32
can-bus
Behaviour of 2 inline functions calling each other in C
Mar 06, 2023
c
gcc
inline
In which versions of the C standard are variable length arrays not part of the language, required, or optional?
Mar 07, 2023
c
Are both of these volatile qualifier usages redundant?
Mar 06, 2023
c
syntax
language-lawyer
declaration
volatile
AVX2 Transpose of a matrix represented by 8x __m256i registers
Mar 06, 2023
c
x86
transpose
simd
avx2
Type checking arbitrary length array in ANSI C
Mar 07, 2023
c
arrays
string
ansi-c
How to understand the syntax of two functions malloc() and calloc() exactly
Mar 05, 2023
c
syntax
dynamic-memory-allocation
How to use C library from Haskell?
Mar 05, 2023
c
haskell
interop
ffi
Make variable have same type/effect as #define?
Mar 06, 2023
c
pointers
type-conversion
int
esp32
Nested macro calls
Mar 06, 2023
c
macros
c-preprocessor
c99
How do pointers reference multi-byte variables?
Mar 05, 2023
c
pointers
memory-address
« Newer Entries
Older Entries »