Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to convert uni code point value (utf16) to C char array

How to update PostgreSQL DB timestamp to null in Asterisk?

c postgresql asterisk

removing files created by device_create(), class_create() and alloc_chrdev_region()

Discover & Report Windows Version Info from C program [duplicate]

c windows winapi

DPDK create a packet for transmission

c packet dpdk

Setting signal handler for any signal in C

c posix

C segmentation fault in insert to binary tree

Why malloc(LLONG_MAX) complains but malloc(ULLONG_MAX) doesn't?

c malloc

getting a list of kernel objects windows

c windows winapi ntdll

SO_REUSEADDR seems to hold the value 4

c sockets

Double pointer **src and operation (*(*src)++ = reg_offset)

c++ c

How to code first order logic formula in C?

c logic

Why doesn't gcc emit a format warning?

c++ c gcc

Wrong result from the conversion in an array

c arrays

Unclear behavior of "," operator in C

c comma-operator

Is it still considered bad practice not to separate header from implementation?

c++ c header

Macro output explanation

c

GCC function attributes vs caching

c optimization gcc

Replace last digits of an integer

c

How can I put a pointer on the pipe?

c linux pipe unix