Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

concatenate all argv values to one string using snprintf in C

Derivate of function in c

c function

shm_open() leads to a No such file or directory

multiplying an integer by 5 using bitwise operator

c bitwise-operators

sscanf() double & string

c

how to scanf unknown amount of integer numbers into array in C?

c arrays integer

How to wait for 30 hours?

c winapi

What does this expression: void* (*fct)(void*(*)(void*), void*)?

c pthreads

what is the difference between ID_SERIAL and ID_SERIAL_SHORT udev attributes for a USB descriptor

c usb linux-device-driver udev

About FBX binary file format

c opengl

Convert int (32 bits) to char (8 bits)

Confusion with sscanf_s

c

what is the purpose of argc and argv? [duplicate]

c++ c

How to determine processor word length in C?

c++ c operating-system

Why gcc doesn't recognize -rdynamic option?

c gcc

C array variable & address computation

c

Checking data behind pointer at runtime to avoid segfaults : (wchar_t *) vs. (char *)

C language, to check if an argument is a shell builtin command [closed]

c shell

Can memcpy of array of 16-bit objects be interrupted in between

c gcc x86 thread-safety atomic

C: How to free memory to struct when not having a pointer to it anymore?

c function struct malloc free