Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Visual Studio lists parameters names in front of arguments to functions in C

c visual-studio

How to make NFS support posix_fallocate?

c linux filesystems nfs

Modify system environment variables

Is an expression including array subscripting can be an identifier?

what does it mean if sa_sigaction is set to NULL when calling sigaction()?

c linux unix signals

Unable to correctly interpret return values from system() in c program

c linux

How to create Mosquitto MQTT custom plugin?

c mqtt mosquitto libmosquitto

How can I use "nullptr" for null pointers prior to C23?

c c-preprocessor c23

How do I check how many elements are empty in an array?

c

define a pointer variable to the function in C program

Does gcc include some header files automatically?

c linux gcc

Why doesn't the compiler infer function prototypes from function definitions?

c

Why using Low-level-Languages or close to it ( C ) for embedded system and not a high level language, when all will be compiled to machine code?

c embedded

Near-uniform tessellation of a concave polygon for heightmaps

Why do a string and integer with identical memory values print differently?

c string integer

Where do instances of the FILE structure live?

c linux unix

Change pointer adress inside function in C