Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What is the best way to loop through a 2D sub-array of a 2D array?

c multidimensional-array

Macro evaluation in c preprocessor

c c-preprocessor

How does read(2) in Linux C work?

c linux system

argp: how to pass argp_state to argp_usage, argp_error, etc...?

Raw/Direct acess on pixels data in a BITMAPINFO (HBITMAP)

Prevent Frama-C's slicing plugin from changing input code

c frama-c program-slicing

How to disable gcc warning "floating constant exceeds range" and "floating constant truncated to zero"?

c gcc floating-point warnings

What does it mean for a Makefile to "relink"? [closed]

#define in inline assembly in GCC

c assembly embedded inline

Is it necessary to put return in a void recursion?

c recursion

Why don't "omp parallel" and "omp single" cancel each other out? (OpenMP)

c multithreading openmp

Are linux IO ports software abstractions or real hardware ports

Logic of name_to_handle_at()

c linux system-calls

Macroized Parameters

Is there "includePath" option in clangd?

c++ c neovim clangd

Capturing events in X11 even after the loss of focus

java c x11

Change 4 middle bits of a byte in C

c bit-manipulation

C 3d Array of char

c arrays

Ubuntu compilation: File format not recognized error in C

c makefile

Assignment from incompatible pointer type (structs, linked list)

c pointers