Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Difference between prefetch for read or write

c gcc prefetch

STM32 STM32CubeF4 USB CDC operation

c embedded usb stm32 cdc

Accessing the same memory location twice, UB or not?

How to setup a ZMQ PUB/SUB pattern to serve only for pre-authorized subscriber(s)

c++ c c++11 zeromq pyzmq

What does int (*func)() do in C?

c

Compile Open SSL Dependent C Program with GCC

c linux gcc

Regarding the floating point abi flag used while compiling an application for arm target

Program stuck, pipe file descriptor open when shouldn't?

In C, why can't an integer value be assigned to an int* the same way a string value can be assigned to a char*?

c pointers char int

Create 2D array from existing 1D arrays in C?

c arrays

Dereferencing a void pointer

c pointers

Why does "A = A + B - (B = A)" swap values in C? [duplicate]

c swap

Is it always unsafe when I call a non-async-safe function from a signal handler?

c linux signals async-safe

C string and hex characters

c c-strings

What is the correct definition of size_t? [duplicate]

c c99 c11 size-t

Closing the listening socket after a fork()

c++ c linux sockets

Nested loop optimization in cython: is there a faster way to setup this code example?

How to use select() on sockets properly?

c sockets select

Understanding File Truncation

c linux file unix truncate

Using SSE on floating point pixels with only 3 color components

c gcc assembly sse simd