Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What does the string format %80[^,] mean in C?

c string-formatting scanf

FREETDS Dateformat issues

c sql-server freetds sqsh

What's the purpose of send(2) receiving a SIGPIPE? [duplicate]

c linux sockets

What's wrong with this c program? Debugging it suggests that the program is struck at while (sqroot != 0); [duplicate]

c math integer-arithmetic

Will a pointer declaration to a structure allocate memory for its members?

c pointers

how to split 16-value into two 8-bit values in C

c binary bit-manipulation

How to do unit testing of main file's function in c

c gcc

Logic of ternary operator in C?

c algorithm encryption aes

Why one should not hide a structure implementation that way?

c++ c

sizeof() function in C [duplicate]

c arrays pointers

C pthread join an ended thread

c join pthreads pthread-join

When can I get away with not declaring int with signed?

Inline assembler: Pass a constant

c gcc inline-assembly

How can I make my factorial function reentrant?

c factorial reentrancy

Handling two threads, one sleeping and one waiting for input

c multithreading pthreads

Modifying string before storing in array of const chars

c arrays string

Generate Random Number from fix Set of numbers in iphone

c++ iphone c random

Compile time float packing/punning

c gcc embedded type-punning

Calling an external program from python

python c

Sequence point after a return statement?