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
Using bitwise operation to multiply by 3
Mar 05, 2023
c
bit-manipulation
bitwise-operators
Assign volatile to non-volatile sematics and the C standard
Mar 06, 2023
c
language-lawyer
volatile
non-volatile
Is it undefined behavior to get the address of an array element that is out of bounds?
Mar 05, 2023
c
arrays
undefined-behavior
Why is fgets call ignored if input is of specific size and format?
Mar 06, 2023
c
string
Does WebAssembly run faster if written in C as opposed to Python?
Mar 05, 2023
python
c
webassembly
Using a pointer to struct returned from a function
Mar 05, 2023
c
function
struct
casting
return-value
Why is running Quake II as root stupid?
Mar 04, 2023
c
root
quake
What happens in the assembly output when we add "cc" to clobber list
Mar 05, 2023
c
gcc
inline-assembly
Most efficient formula for unpacking 16-bit BCD? (e.g. 0x1234 to 0x01020304)
Mar 05, 2023
c
math
optimization
bit-manipulation
packed-decimal
Complexity to find if there is a missing element in an array
Mar 05, 2023
c
arrays
complexity-theory
Structs and unions: which is better from a performance point of view? Passing the parameter by value or pointer?
Mar 05, 2023
c
performance
pointers
constants
What is the purpose of having a function prototype in a function?
Mar 05, 2023
c++
c
Why does LD_PRELOAD work with syscalls?
Mar 05, 2023
c
linux
arm
system-calls
ld-preload
Step by step C compilation result in segfault
Mar 04, 2023
c
linux
compilation
ld
Is it possible to show errors when I write C++ code in C?
Mar 05, 2023
c++
c
visual-studio
visual-studio-2019
Why is max stack depth keeping changing?
Mar 05, 2023
c
windows
define macro as linenumber
Mar 05, 2023
c
macros
c-preprocessor
line-numbers
Why does a negative number converted to size_t become a huge number in C?
Mar 04, 2023
c
unsigned
size-t
In C, is it more space efficient to declare a 2 dimensional array of chars or a ragged array of strings? (specific question below)
Mar 05, 2023
c
arrays
string
performance
char
Is jumping over/removing `PHDR` program header in ELF file for executable OK? If so, why?
Mar 04, 2023
c++
c
elf
readelf
« Newer Entries
Older Entries »