Title |
Δ |
How to invoke invalid handler function like gets_s() does?
|
0.00 |
C - How to use both aio_read() and aio_write()
|
+0.83 |
What should i expect from "The C Programming Language" 2n...
|
+0.87 |
Protocol/Infrastructure for communicating between applications over...
|
-0.18 |
Why is my ip_address[] being overwritten?
|
+1.28 |
Error in the comp.lang.c FAQ? Calculating the length of a variadica...
|
+0.30 |
Interprocess mutex with pthreads
|
0.00 |
process re-parenting: controlling who is the new parent
|
0.00 |
Does printing to the screen cause a switch to kernel mode and runni...
|
+0.92 |
Legitimate reason to use goto in c++
|
+0.93 |
Does epoll(), do its job in O(1)?
|
0.00 |
Copy char array to another char array
|
0.00 |
How to connect to another machine behind multiple gateways using IP?
|
-0.18 |
Using UNIX sockets, how to wait for data while being able to send d...
|
0.00 |
Limited recursion in C?
|
+0.62 |
Sizeof in C and C++
|
+1.61 |
binding a port number to a TCP socket (outgoin) to send packets
|
+1.64 |
What's the meaning of 'char (*p)[5];'?
|
-0.99 |
Why should I Minimize the use of system call in my code?
|
+0.98 |
C: walking through an char array, modifing literals
|
+0.30 |
How to set the O_CLOEXEC when using std::ofstream
|
0.00 |
Rename a file but keeping the orginal creation, modification time i...
|
+0.33 |
A better way to get thread ID than pthread_self or gettid
|
0.00 |
Is there any reason to use scanf or fscanf over fgets+sscanf
|
+0.31 |
C - Comparing numeric strings
|
+0.10 |
Using 'const' in C, what porting trouble might that cause?
|
+0.08 |
Why doesn't a call to free() reduce the size of the heap?
|
-0.67 |
C double sum error
|
+0.48 |
Given that b is always non-zero, why `b ? --b : ++b` works, but `--...
|
+0.86 |
Is there a gcc equivalent in windows?
|
+0.58 |
Pointer-array-extern question
|
-1.12 |
Delete to line number in Vi
|
+0.34 |
Check if a directory is empty using C on Linux
|
+0.33 |
Killing a child process if it takes too much time
|
+0.34 |
Trying to write a matrix multiplier for arbitrary-sized matrices
|
+1.20 |
MPI: how to limit access to file system?
|
+0.31 |
What is the difference between pthread_self() and gettid()? Which o...
|
0.00 |
binary search tree pointer problem
|
+0.29 |
Implementing an N process barrier using semaphores
|
0.00 |
Why do you need ./ (dot-slash) before script name to run it in bash?
|
+1.01 |
Dynamic memory allocation question (in C)
|
+0.72 |
POSIX semaphores: get PID
|
+1.54 |
Has anyone implemented a replacement for string.h using a struct to...
|
-0.39 |
Simple recursion question
|
+0.76 |
check if aio_write finished
|
-2.49 |
error: expected '=', ',', ';', 'asm' or '__attribute__' before 'sta...
|
0.00 |
How can I copy a repeating pattern into a memory buffer?
|
+0.80 |
how to view socket info when SO_DEBUG is enabled on socket (windows)?
|
0.00 |
Passing a 2D array in a function in C program
|
+1.20 |
How to do in C language inline Assembly language forloop?
|
+0.45 |