Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

gethostbyname() function returns empty buffer

c sockets gethostbyname

Extracting DNS info from a captured packet in C

c parsing dns

qsort gives [Error] : invalid conversion from `int (*)(cricketer*, cricketer*)' to `int (*)(const void*, const void*)'

c qsort

How to preprocess a C source code for pycparser

c c++

why choose one's complement when writing to a register

strtok_s behaviour with consecutive delimiters

c strtok

returning const char * from a function in C

c gcc constants

Modifying a structure member with pointers in C

c

I'd like to know what is internally happening in this code?

c arrays pointers printf

embedding absolute path for shared libraries

Catching overflow of left shift of constant 1 using compiler warning?

What is the role of the clobber list? [duplicate]

c gcc assembly

What are the benefits of the following C code?

c

uint64_t to int

Which location address in a pointer refers to

which side of the expression gets evaluated first?

c operator-precedence

Why does open make my file descriptor 0?

c file-descriptor

How do I write to file in binary in C?

c file-io