Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Serialization of a long array (in C)

c arrays string serialization

Padding - Encryption algorithm

c cryptography stream padding

Structs interface

c struct

Properly handling platform specifics (unix/windows) in C?

How to format printf statement better so things always line up

c formatting printf