Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C output changed by adding a printf

scons executable + shared library in project directory

c linux scons

Can you cast a "pointer to a function pointer" to void*

Using .c and .cpp files in Visual Studio at the same time

Is it safe to read the value of numpy.empty or jax.numpy.empty?

my compiler says that this thing __attribute__ is wrong, a syntax error

c

Alphabetically sort in Linked Lists in C?

c sorting

Is Boolean a Built-in Enum in C?

c enums boolean enumeration

Get the file system type that a file is stored on

c bash unix

How to get json values after json_tokener_parse()?

c json libjson

How do I share variables between C and C++ code?

c++ c segmentation-fault

How to read LBA (UEFI)

c uefi gnu-efi

LD Linker script EXCLUDE_FILE doesn't exclude object file from text section

c embedded

Why pointer (*) and array ([]) symbols are bound to variable name and not to type in variable declaration?

How to get terminal window width?

c linux console terminal

What is the historical significance of %s in the strftime function and why is it not documented? [closed]

Stringification Parentheses Elimination

c c-preprocessor stringify

Is there a non-array incomplete type?

c types incomplete-type