Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

OpenGL ES 2.0 + Cairo: HUD

c opengl-es-2.0 hud

File Descriptors and File Handles (and C)

c linux file io

Is it feasible to unit test kernel module code ?

c module mocking kernel

How Linux decides what `malloc` to use?

c++ c linux

How many maximum different CPU-Cores can be used to processing of one IP-packet?

How to convert C++/CLI string to const char*

c# c++ c dll

What does this pointer to pointer in a struct mean?

c pointers

Calculate reachability to a function using frama-c's value analysis

Locate __proc_info symbol in XNU project

c macos mach xnu vmmap

How can I set a compiler warning (GNU GCC) when overwriting a weak function

c gcc compiler-warnings

c code: how to detect duplicate function declarations

c compiler-warnings

Is it legal to access a field of a returned union without a variable? [duplicate]

c unions

Cast a uint32 variable to a bit field - undefined behavior?

c pointers embedded bit-fields

Can I select() on a /dev/spidev file descriptor?

Measuring size of a function generated with Clang/LLVM?

c embedded clang llvm low-level

Printf() - printed characters limit

c++ c printf

C Mandelbrot Set Coloring

c mandelbrot

Macro within macro in C

c function macros

Call function only knowing parameter types at runtime in C?

c

Speed Up Matrix Multiplication with OpenMP and Block Method: Can I Do Better?