Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Concatenation using strcat and realloc produce unexpected errors

C design pattern performing a list of actions without blocking?

Check at runtime if macro was defined

Reflecting inner struct in outer struct initialization

c arrays compound-literals

Exit while performing asynchronous I/O operation

c linux exit aio

How to optimize binary file(over 1MB) read in C?

Tiny Code for dumping Flash Memory

c assembly embedded arm firmware

AudioQueue capture and returning different buffer sizes

iphone c audioqueue

library for server side (c/c++) xmlrpc

c++ c xml-rpc

Using Wifi module ESP8266 to send UDP broadcast message

Strange crashes while calling JNI code on Linux; am I compiling my shared library correctly?

a problem with pointers in C

c pointers

compressing socket send data

c++ c

Is the following C function thread-safe?

c multithreading

(*C.uchar)(&buffer[0]) vs (*C.uchar)(unsafe.Pointer(&buffer[0]))

c go unsafe-pointers

Piping output between N processes in C

c pipe fork stdout stdin

Delete User Input from the Terminal in C

c input output echo