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
Is it safe to pass a void pointer to function that accepts a non-void pointer?
Sep 12, 2025
c
pointers
void-pointers
Disabling CPU idle C-states from kernel-mode driver
Sep 12, 2025
c
windows
device-driver
cpu-speed
How can adding a function call cause other symbols to become undefined when linking?
Sep 11, 2025
c
assembly
linker
compilation
binutils
In the DWARF info, what do they exactly mean by the DW_OP registers?
Sep 12, 2025
c++
c
debugging
stack
dwarf
Spaghetti code visualisation software? [closed]
Sep 12, 2025
c
linux
visualization
code-analysis
Variable declaration vs definition
Sep 12, 2025
c
Stack Smashing attempt giving segfault
Sep 12, 2025
c
buffer-overflow
shellcode
Why can I assign structs but not compare them
Sep 12, 2025
c
struct
compare
assign
Writing a JIT compiler in assembly
Sep 12, 2025
c
assembly
code-generation
jit
self-modifying
Initializing a multidimensional array: {0} versus {{{0}}}
Sep 12, 2025
c
arrays
initialization
Why the fwrite libc function is faster than the syscall write function?
Sep 12, 2025
c
linux
Why sizeof built in types except char is compiler dependent in C & C++?
Sep 12, 2025
c++
c
types
Efficiently dividing unsigned value by a power of two, rounding up
Sep 12, 2025
c
optimization
x86
bit-manipulation
division
Does *p++ increment after dereferencing? [duplicate]
Sep 12, 2025
c
operators
With Clang or similar compilers, is it possible to turn only some warnings into errors?
Sep 10, 2025
c++
c
clang
compiler-warnings
what is `int *userMask[3][4]` pointing to?
Sep 12, 2025
c
arrays
pointers
Ways to ASSERT expressions at build time in C
Sep 12, 2025
c
refactoring
assert
static-assert
Tokenizing strings in C
Sep 12, 2025
c
string
tokenize
How to use external .c files with CGO?
Sep 10, 2025
c
import
go
cgo
« Newer Entries
Older Entries »