Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Explain the difference in these function pointer declarations

Can you write a Facebook application in C?

Split and Join strings in C Language

c

How are Python's C and C++ libraries cross platform? [closed]

python c++ c

Function definition with an ellipsis

Passing struct to a function

c++ c struct binary

Easiest to use int array sorting function in C

c arrays sorting

How to generate random numbers from range without zero

c

Reproducing atoi() without external functions

c char int data-conversion atoi

How to encrypt a string using OpenSSL C library and a public key file?

What is the safest way to hash a list of non-repeating integers without taking order into account?

c hash

is there an attribute (gcc, clang, other compiler) that says a function always terminates normally?

c gcc clang

Why are there overlapping and misaligned segments in a simple ELF binary?

c linux linker clang elf

Does a restrict-qualified pointer parameter of a function allow optimization of the caller functions?

Why modern calling conventions pass variadic arguments in registers?

Lua C API register fallback __index

c lua

C function prints twice, only called once with a thread

c pthreads

Create 2D array by passing pointer to function in c

Pointer of number in C

c pointers gcc