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
What could be the benefit of such a complicated function to test if variable is not zero?
Jan 26, 2023
c
performance
bit-manipulation
galois-field
post-quantum-cryptography
Is it safe to do something like foo(x, &x)?
Jan 27, 2023
c
language-lawyer
undefined-behavior
Approximating cosine on [0,pi] using only single precision floating point
Jan 27, 2023
c
floating-point
trigonometry
approximation
single-precision
Suspicious case statement syntax accepted by C compilers
Jan 27, 2023
c
syntax
compiler-errors
Most efficient way to find prime factorization of 2 for a positive integer
Jan 27, 2023
c
optimization
C %p printing 16 instead of 8 bytes
Jan 26, 2023
c
pointers
printf
Reason why int(*g)(int) into int(*h)(char) causes error?
Jan 27, 2023
c++
c
Does EOF from fputc always mean ferror returns true?
Jan 26, 2023
c
How to replace the recently abolished first parameter of macro "access_ok"?
Jan 27, 2023
c
linux
linux-device-driver
No compiler warning when there's a comma instead of a semicolon in a for loop
Jan 26, 2023
c
for-loop
compiler-warnings
comma-operator
SIMD search for trough after the last peak
Jan 27, 2023
c
vectorization
simd
avx2
Why not all the standard headers are preceded with std prefix?
Jan 27, 2023
c
language-lawyer
naming
c11
c17
using binary search to find the first capital letter in a sorted string [closed]
Jan 27, 2023
c
char
c-strings
uppercase
function-definition
Using va_args without passing num (like printf)
Jan 27, 2023
c
variadic-functions
Stack cleanup not working (__stdcall MASM function)
Jan 26, 2023
c
assembly
x86
masm
stdcall
Is it possible to make a union right aligned in C?
Jan 27, 2023
c
unions
memory-alignment
Why should we use double pointer for adding node in front/back, but not in the middle?
Jan 27, 2023
c
pointers
pass-by-reference
singly-linked-list
function-definition
Why is every value not initialized to 0? [duplicate]
Jan 27, 2023
arrays
c
initialization
storage-duration
Accessing an enum inside a struct in C
Jan 26, 2023
c
Allocating space of 1 char to an int pointer
Jan 25, 2023
c
« Newer Entries
Older Entries »