Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Writing a variadic macro which sets specific bits in an integer (bit-mask)

What is the behaviour of `ferror(FILE *)` and `std::ferror(FILE *)` when passed invalid pointers?

c++ c language-lawyer std libc

system() returns -1, errno=10 when logged into Oracle

Does memmove use dynamic memory for its temporary array

c memory

Why does this malloc wrapper do this to the size of the requested memory? size = (size + 3) & ~3;

c

Why do structure definitions have internal linkage?

Strange bit twiddling bug

c

How do I tell the size of the smallest unit of information in C?

c sizeof bit

Split C string into tokens using sscanf

c string c99

C: srand does not influence random number generator

c macos random srand

Suggestion for callbacks oriented library in C

c sockets

Printing in ascending order (sorting) from AVL trees

c algorithm sorting avl-tree

How can I get Dev-C++ to generate intel assembly from c code?

c assembly dev-c++

Problems with Palindromes in C

c algorithm palindrome

Counting Number of words and Characters in a Sentence using C

c

Extracting the number of digits in a macro constant at compile-time

c c-preprocessor

How to elegantly send/receive a large C struct using Python?

What is the IPv6 equivalent for SIOCADDRT?

c unix network-programming

How to read space-separated values in C?

c file-io

Load 64 bit integers in AVX vector

c vector simd avx