Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What causes this link failure (undefined reference)?

c linux linker ld

How to make gcc ignore functions never called?

c gcc

Take milliseconds from localtime (without Boost!) in C

c milliseconds localtime

Get IP address of interface in Linux using pcap

c linux pcap

Where is an array of character pointers stored in memory?

c

Why does this not give a segmentation violation fault?

c arrays malloc

Algorithm to randomly select order of speakers works but often results in an endless loop

c

Permutations of a boolean array

c arrays algorithm permutation

Successive scanfs, the second one not asking for the second input from user

c scanf

getchar is printing extra output

c

copy or assign one string to another string in a 2 dimensional array of pointers

Don't run "make test" as a part of Travis CI?

c travis-ci

fast rule out if a member is in a set

c++ c performance algorithm

Subtle bugs in implementing circular queue

c queue

UDP checksum calculation not working with newer version of gcc

c strict-aliasing

Why does initializing C local character arrays internally store the strings in different stack/data segments?

c shellcode

Is there a way to init a C double with a const value based on a hex pattern?

c constants c99