Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Dividing circle into pieces by choosing points on circumference?

c algorithm puzzle

In C, will working with global variables help the stack?

c performance

C style guide tips for a <80 char line

c coding-style

How do I share data between kernel C programs and user level C programs?

c linux-kernel kernel

On a 16-bit microprocessor, should I be using datatype short instead of int?

c types char int short

Why is my OpenMP implementation slower than a single threaded implementation?

c openmp

Implement the C standard library in C++

c++ c standard-library

tools to determine memory leak in a c/c++ code [closed]

c++ c unix memory-leaks

Does windows reclaim stack space?

c windows stack

post decrement in while conditon in C

c putting a hash table into a shared memory segment

c hashtable shared-memory

Allocating and freeing memory

c

Linux C/C++ Timer signal handler in userspace

c++ c linux timer signals

CUDA texture memory to bind a sub-portion of global memory

c memory cuda gpu textures

timer in a thread with pthread in C?

c pthreads

What's the best IPC method for intra-machine process communication in Win32? [closed]

c++ c windows ipc

C - Remove and replace printed items

c

What simple C graphics library would you recommend? [closed]

c graphics

strange switch in Linux

c linux linux-kernel

libcurl gnutls_handshake() failed: A TLS warning alert has been received

c ssl libcurl