Title |
Δ |
Where can i find __ioctl?
|
-0.65 |
how important is setting max fd on select?
|
+1.29 |
C: i got different results with pow(10,2) and pow(10,j), j=2;
|
+1.62 |
What are the better (pseudo) random number generator than the LCG f...
|
+0.33 |
pow function and long int causing problems
|
-0.74 |
When trying to access individual bytes in C, why am I able to acces...
|
0.00 |
How to send() buffers atomically, so that they are not dispatched p...
|
0.00 |
How to tell GCC to generate 16-bit code for real mode
|
+0.33 |
Usage of stderr in C
|
+1.76 |
How to get back to stdout after redirection?
|
+0.35 |
protecting alarm and sleep with some kind of mutex or semaphore mec...
|
0.00 |
gdb "watch" can not variable modified by glibc(read) func...
|
0.00 |
Why we don't use format specifiers with cout?
|
-0.04 |
Is it a bad practice to output error messages in a function with on...
|
-0.71 |
Reading a growing file
|
0.00 |
clang Linker fails if at least -O2 wasn't used
|
-2.39 |
Can a C compiler change bit representation when casting signed to u...
|
-0.93 |
Is there a built in function in String.h that returns a substring?
|
-0.67 |
How does "pid = fork();" assigns "pid = 0" in c...
|
0.00 |
Floating comparision in linux kernel gives linking error
|
0.00 |
Using atomic_fetch_add in C11 to do manual reference counting
|
0.00 |
Is Multiplying a decimal number where all results are full integers...
|
-0.32 |
Java faster than C
|
+1.14 |
Threads are stuck in an infinite loop while waiting for a variable...
|
+1.70 |
How can I get the position of the least significant bit in a number?
|
+0.35 |
Style to write code in c (UTF-8)
|
0.00 |
how can I parameterize select function in scandir
|
0.00 |
What can cause close(2) to fail with EIO for a read-only file?
|
+0.36 |
clock function between standard library and POSIX
|
+2.22 |
How to know if user is root or fakeroot?
|
-1.52 |
accessing long double bit representation
|
+1.79 |
Resolving a conversion warning in a compound assignment
|
-2.47 |
Why does casting a struct address to an int pointer, dereferencing,...
|
-0.71 |
Zero a large memory mapping with `madvise`
|
+1.82 |
How to check CPU name, model, speed on Windows/Linux C?
|
-0.39 |
getting system date(int & char mixed) using sscanf
|
-0.79 |
What is the range of floats as used in C in different environments?
|
+1.14 |
Is char pointer address initialization necessary in C?
|
-0.55 |
What's the use of universal characters on POSIX system?
|
0.00 |
If printf("%c%c",'A',8); deletes A, why can't printf(&quo...
|
-0.35 |
POSIX or Linux API function to get file extension from path
|
+0.35 |
Casting while using the '==' operator
|
-0.25 |
Is it correct to detach a thread by itself anywhere in the program?
|
-1.17 |
why -Werror cause configure error
|
0.00 |
C language: left shift value with negative sign
|
-0.83 |
Since we have snprintf, why we don't have a snscanf?
|
-0.42 |
getsockname() can assign port to struct addr_in?
|
-2.88 |
How to clear input buffer after fgets overflow?
|
+1.24 |
Will strcmp compare utf-8 strings in code point order?
|
0.00 |
C/C++: Flush output before abnormal termination
|
+0.36 |