Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to use macros in printf function

c macros

Can I do what I want with allocated memory

Why don't these two C programs produce the same result?

c debugging void-pointers

C - Recursive function for minimum gap in array

c recursion optimization

C *char pointer to char array

c arrays string pointers

Display bit pattern of double as hex?

Variadic functions without `...`

c - how to create a config object

c config

How to extract a string that is present between two brackets?

c++ c

How can I access all bytes of RAM and ROM of my computer?

c++ c memory

libuv read callback uv_buf_t cleanup

c libuv

Accurate conversion between timeval and microseconds

c linux time glibc

What is the difference between these two syntax in c language?

c loops

Unexpected output on a fork call in C [duplicate]

c fork

Measure the exact time (number of cycles) of a set of instructions

c assembly latency

Why does this code usually work but sometimes produce Segmentation Fault?

Bitwise rotation function in c

python c

what's the relationship between exit(0) and zombie process

c linux zombie-process

Generate integer random number using available binaryrandom (which return 0 or 1) function

c algorithm random

Emacs indent an extra level for every continued line

c++ c emacs indentation