Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Casting function pointers with arguments of different pointer types

c casting function-pointers

How to put assert into release builds in C/C++

c++ c release assert

In C, should inline functions in headers be externed in the .c file?

c inline

Return value of system() is not return value of executed program

Using spi-bitbang driver

c linux kernel spi

C pointer syntax

c pointers syntax

Why I get: returning const char * from a function with result type char * discards qualifiers

objective-c c nsstring char

Does the C compiler have to short-circuit && and || unnecessarily?

Are bitmasks mandatory for unsigned conversions?

c c99 unsigned bitmask

What are source and execution character sets?

c c23

Volatile access of struct member

c volatile

Relation of endianness to assembly conversion of size in C

c assembly x86-64 endianness

How to change the precision of a floating point in C at runtime?

c types precision

How to remove duplication in Makefile?

c build makefile dry

Has anyone implemented a replacement for string.h using a struct to store the string and length?

c string

Process-shared condition variable : how to recover after one process dies?

GUI for linux c

c linux user-interface

bc (standard_in) 1: syntax error

c bash shell bc

set 2 values in a ternary operation - C

Why must the file exist when using the 'r+' mode in fopen?

c++ c fopen