Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Putting a thread to sleep (c pthreads)

c multithreading pthreads

Using getchar() after read()

c unix console stdout stdin

C - sockets - epoll. What with slow clients?

c sockets epoll

how to deal with large 2D arrays

c multidimensional-array

How does scanf handle white space?

c string

Segmentation Fault in strcpy()

c segmentation-fault strcpy

malloc(sizeof(s)) allocates less memory than expected?

c malloc

c++ and <complex.h> with <complex> in separate files

c++ c complex-numbers

Implementing Goldbach's Conjecture in C code

In ONC RPC, is it valid to call svc_run() from two threads, registered with different program no?

c++ c rpc

Difference in netinet/tcp.h Vs linux/tcp.h

c linux sockets tcp

Understanding assembly .long directive

c assembly

SCCS "what" strings not optimised away by the compiler

c compiler-optimization

How to fix "assignment makes integer without a cast" **Update**

c command-line

Sensible exit statuses in the Unix environment; SIG_* range

c shell unix

referenced array == array

c arrays pointers reference

What is the use of do{}while(0)? [duplicate]

c++ python c semantics do-while

Can I use a case inside another case in a Switch Case in C

What is real use of return type of signal function

c signals

C + Linux: How to takeover the framebuffer

c linux opengl framebuffer