Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Can I force an undefined macro to expand before stringification?

c++ c macros

Cast to type known only at runtime

c ansi-c

Is C scanf() prohibited from checking that integers are in range?

FFmpeg.AutoGen example of how to split audio file

c# c audio

Where can i find the definition of functions declared in c standard header files like stdlib.h?

c linux gcc header-files glibc

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