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
Writing a variadic macro which sets specific bits in an integer (bit-mask)
Jul 30, 2026
c
bit-manipulation
c-preprocessor
bitmask
avr-gcc
What is the behaviour of `ferror(FILE *)` and `std::ferror(FILE *)` when passed invalid pointers?
Jul 29, 2026
c++
c
language-lawyer
std
libc
system() returns -1, errno=10 when logged into Oracle
Jul 28, 2026
c
oracle-database
oracle-pro-c
Does memmove use dynamic memory for its temporary array
Jul 30, 2026
c
memory
Why does this malloc wrapper do this to the size of the requested memory? size = (size + 3) & ~3;
Jul 30, 2026
c
Why do structure definitions have internal linkage?
Jul 30, 2026
c
structure
definition
internal
linkage
Strange bit twiddling bug
Jul 30, 2026
c
How do I tell the size of the smallest unit of information in C?
Jul 30, 2026
c
sizeof
bit
Split C string into tokens using sscanf
Jul 30, 2026
c
string
c99
C: srand does not influence random number generator
Jul 30, 2026
c
macos
random
srand
Suggestion for callbacks oriented library in C
Jul 30, 2026
c
sockets
Printing in ascending order (sorting) from AVL trees
Jul 30, 2026
c
algorithm
sorting
avl-tree
How can I get Dev-C++ to generate intel assembly from c code?
Jul 30, 2026
c
assembly
dev-c++
Problems with Palindromes in C
Jul 29, 2026
c
algorithm
palindrome
Counting Number of words and Characters in a Sentence using C
Jul 29, 2026
c
Extracting the number of digits in a macro constant at compile-time
Jul 30, 2026
c
c-preprocessor
How to elegantly send/receive a large C struct using Python?
Jul 30, 2026
python
c
sockets
struct
python-3.x
What is the IPv6 equivalent for SIOCADDRT?
Jul 29, 2026
c
unix
network-programming
How to read space-separated values in C?
Jul 30, 2026
c
file-io
Load 64 bit integers in AVX vector
Jul 29, 2026
c
vector
simd
avx
« Newer Entries
Older Entries »