Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Help with getch() function

c getch

Where can i get the .h file for OpenMP?

Compare a floating point number to zero

c floating-point

How to generate pseudo random number between A to B (A,B are int)in GNU C just with standard library

c random

Editing a node in a Linked list

c linked-list editing

Which one is better? do{} while(0); or goto xy; [closed]

c coding-style goto do-while

Improving JNA Performence

java c jna

How to read specifically formatted data from a file?

c scanf

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