Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Rotate right by n only using bitwise operators in C

c rotation bit-manipulation

calling main function in C

c program-entry-point

how to calculate size of array which is passed to a function

c arrays function

Functions with empty parameter list in C99 is not compatible with C++98?

c++ c gcc c99 c++98

Eliminating IF statement using bitwise operators

Compound statement to change value after returning it?

c return

Checking network status and controlling PPP in a program