Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

weird SIGABORT on malloc/calloc call

c dynamic-allocation

reading from a file descriptor in C

c file-descriptor

Why does loop order matter when there's strided prefetching?

c caching prefetch

How to get local (regional) date format in linux?

c linux bash date

libuv and uv_try_write: why multiple buffers?

c libuv

How can child kill parent process while parent process waits until child process to terminate?

c

How to send message (in C) from one thread to another?

c multithreading unix pthreads

Does casting to a char pointer to increment a pointer by a certain amount and then accessing as a different type violate strict aliasing?

Why does my program not wait when I call sem_wait?

-NaN in printf in C

c printf nan

Self referencing userdata and garbage collection

c lua lua-api

What's happening here? Pointer math messing up? [duplicate]

c

Can't compile executable from .c file on ntfs formated partition

c linux

Is there any standard for the argument format of a program? [duplicate]

c++ c standards specifications

How can I automatically add padding to bytes in a struct to fix register alignment in C?

c struct cpu-registers plc

How do I copy the common values from two arrays of the same length into another without duplicates?

c arrays

How do I sync the outputs of two processes using a semaphore with C in Linux?

getting values for an array using scanf function in C

c arrays scanf