Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How do I define a function that accepts a formatted input string in C?

c printf formatted-input

Pointer one-past-variable

Casting between sockaddr and sockaddr_in6

How to organize header files in a library

c header-files

How to call WM_SETREDRAW?

c winapi

Linking with a shared library without version

Detect when a fifo is opened from a program

c unix race-condition fifo

Preprocessor and subsitution of format string

Usage of "stdbool.h" in Embedded systems

c embedded stdbool

Printing a Local String in C

c

Fast implementation of complementary error function with 5-digit accuracy

C11 atomics: How does a relaxed load interact with a release store on the same variable?

How is a qsort allocation failure handled?

c gcc clang qsort c23

does calling a function means leaving the scope of an object declared prior to that call in C?

Is it legal to empty-initialize `va_list` with `{}` in C23 before calling `va_start()`?

SDL2 - How to render with one buffer instead of two?

c sdl sdl-2

How can I implement cd command in my own shell in C? [duplicate]

c shell fork cd

Convert between dialog base units and pixels

c winapi