Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is it possible to map just part of a file using mmap?

What exactly does rewind() do?

c rewind

reading Ethernet data packet from raw sockets using recvfrom() in MSG_DONTWAIT mode

c linux sockets raw-sockets

Call a C preprocessor macro multiple times (through a variable)

c assembly macros

Is there any standard way to get creation time of file or directory in FreeBSD programatically

c posix freebsd stat posix-api

Incompatible types in assignment

c

Storing hex value in C string?

c binary gdb hex

Is casting to pointers to pointers to void always safe?

c pointers void

phpize's config.m4 with more than one source file in PHP_NEW_EXTENSION produces a Makefile that does nothing

How can I send two buffers together through a socket in C?

c arrays sockets

New implementation of a library function and calling the old implementation within that

c++ c linux

Is it legal to treat a pointer like an array?

c arrays pointers

SIMD instructions on custom data types

c struct structure simd

How do BLAS/cuBLAS treat the factors alpha and beta in their routines?

c blas algebra cublas

Why GCC compiles and links two files even if 'extern' is not used?

c extern

How does C/C++ copy structs?

c++ c struct copy

Disabling clang-tidy diagnostic

Is there some short example of how to use prctl() when it comes to setting subreapers?

c linux process

What library to include on Windows for stdlib.h functions?

Generate Float Random Values (also negative)

c random