Title |
Δ |
Skip variable declaration using goto?
|
+0.95 |
c memset function puzzle
|
0.00 |
6502 and little-endian conversion
|
0.00 |
fread and endianness: will fread(pointer,sizeof(some),1,file pointe...
|
-4.28 |
Running a process in the background with input/output redirection
|
-3.61 |
Can SIGSEGV signal handler be called from the faulty thread instead...
|
0.00 |
What is the "default mutex attributes" of the pthread_mut...
|
0.00 |
Finding all information between keywords
|
0.00 |
Unable to fake terminal input with termios.TIOCSTI
|
+3.34 |
why "Line buffer stdout to ensure lines are written atomically...
|
0.00 |
Putting a #endif inside a #if
|
+1.71 |
Why 5[a] with C arrays isn't out of range?
|
+3.71 |
flexible array member in a nested struct
|
0.00 |
Makefile rule with percent symbol is not evaluated
|
0.00 |
Two distinct characters sharing same ASCII value in C
|
+3.44 |
ncurses mvaddch() cursor movement a possible bug?
|
+3.57 |
Linux x86: Where is the real mode address space mapped to in protec...
|
+3.52 |
Understanding opaque data type
|
0.00 |
Does replacing implicit conversion with explicit casting have any s...
|
+3.48 |
Remove linux wall message
|
0.00 |
Why does INST_PTR (instruction pointer) values of the same program...
|
+3.52 |
Calling a function from a macro
|
+3.66 |
what's the difference between switch_root and run_init?
|
0.00 |
Creating C like Enum in Python
|
-4.38 |
When changing the value of a variable in C, is a new primitive crea...
|
+3.94 |
Making an array of ints visible to child processes using mmap
|
0.00 |
How does kbuild actually work?
|
0.00 |
synchronization between processes using unnamed semaphores
|
0.00 |
Is there any valid situation where you would use O_APPEND and O_RDO...
|
-3.09 |
Tracking global variables with the same name as local variables in C
|
-0.29 |
C - Memory map a B-Tree
|
+4.55 |
c -lz library link order (undefined reference to symbol "infla...
|
0.00 |
Copy struct into array of same type of struct
|
+3.67 |
How to write proxy program for resending packets?
|
-0.26 |
6502 Emulation Proper Way to Implement ADC and SBC
|
-0.33 |
tcp indicating end of stream
|
+2.14 |
What does *(void **) (&funcp) do in this line of code involving...
|
+3.64 |
char array and pointer initialization semantics
|
+4.98 |
Create a macro that can omit a line based on a parameter
|
-3.66 |
How to convert a simple client server TCP program into non blocking...
|
0.00 |
Memmove in same pointer for deleting multiple whitespaces C
|
+4.24 |
Program hangs at FD_SET macro in Linux Userspace
|
0.00 |
LD_PRELOAD-ed shared object traps read(), but not open().. Why?
|
-4.36 |
Why is the resident set size (RSS) of my program larger than the ex...
|
0.00 |
Add line feed every 2391 byte
|
-4.06 |
How binary search tree insertion works using recursion?
|
-2.99 |
'#define AP_MODULE_DECLARE(type) type' in C/C++
|
0.00 |
C variable user supplied format strings for snprintf
|
0.00 |
How to iterate over a directory of files and save out to new files...
|
0.00 |
Why does this example of Forking not need mutex?
|
+4.08 |