Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Getting const char with the preprocessor syntax

What's the best way to toggle the MSB?

c bit-manipulation

strtod not recognizing inf

c strtod

const keyword and constant expressions in C99 and C11

c

Usb device id table understanding

c linux usb drivers

Does free() defragment?

c

Making a pointer that points to two bytes

c pointers i2c

Find max/min occurrence in integer array

c arrays frequency

Return NULL or nothing from function

c

Why is the pow function slower than simple operations?

c gcc pow

fatal error: openssl/rsa.h: No such file or directory

c++ c

Is this factorial function from a C tutorial wrong?

c

Headless browser library for these programming languages

c++ c go d headless-browser

How to wrap variadic function with unknown types?

c++ c variadic-functions

How to check aes-ni are supported by CPU?

c assembly aes aes-ni

Removing multiple blanks using putchar and getchar in C

c string getchar putchar

While "fork"ing a process, why does Linux kernel copy the content of kernel page table for every newly created process?

creating Typedef pointers to Typedef structs in C

c typedef

Why fprintf doesn't work in thread?

Reading pin level Raspberry Pi

c raspberry-pi