Stack Exchange
log in
chat
meta
about
Stack Exchange
All Sites
Hot Questions
Top Users
Newsletters
Blogs
R..
etalabs.net
top
accounts
reputation
activity
favorites
subscriptions
Top Questions
55
votes
What is the fastest substring search algorithm?
c
algorithm
string
substring
asked Jul 6 '10 at 4:58
stackoverflow.com
39
votes
Is &errno legal C?
c
language-lawyer
errno
asked Oct 18 '12 at 0:35
stackoverflow.com
24
votes
Can sizeof(int) ever be 1 on a hosted implementation?
c
asked Oct 5 '10 at 4:55
stackoverflow.com
23
votes
Is there a gcc option to assume all extern “C” functions cannot propagate exceptions?
c++
c
gcc
exception-handling
asked Jan 14 '11 at 20:42
stackoverflow.com
23
votes
Why did POSIX mandate CHAR_BIT==8?
c
posix
asked Jul 8 '11 at 23:12
stackoverflow.com
23
votes
History of syscalls added to Linux?
c
linux
assembly
syscall
asked Jul 22 '11 at 23:14
stackoverflow.com
18
votes
Does INT_MIN % -1 produce undefined behavior?
c
gcc
overflow
division
modulo
asked May 8 '11 at 1:19
stackoverflow.com
18
votes
Is there a known O(nm)-time/O(1)-space algorithm for POSIX filename matching (fnmatch)?
c
regex
string
pattern-matching
substring
asked Apr 27 '12 at 0:50
stackoverflow.com
17
votes
Why does POSIX specify wctomb as non-thread-safe, but not mbtowc?
c
thread-safety
posix
multibyte
asked Jan 24 '11 at 17:55
stackoverflow.com
16
votes
How do you print the EXACT value of a floating point number?
c
algorithm
math
floating-point
asked Jul 9 '10 at 17:50
stackoverflow.com
1
2
3
4
5
…
9
next
Top Answers
212
How dangerous is it to compare floating point values?
stackoverflow.com
63
Why declare a struct that only contains an array in C?
stackoverflow.com
56
Can a near-zero floating value cause a divide-by-zero error?
stackoverflow.com
50
Was there a specific reason garbage collection was not designed for C?
stackoverflow.com
44
typedef fixed length array
stackoverflow.com
35
storing more than 2 power 31 on a 32-bit system
stackoverflow.com
34
In either C or C++, should I check pointer parameters against NULL/nullptr?
stackoverflow.com
33
What does “#define _GNU_SOURCE” imply?
stackoverflow.com
31
Check if user is root in C?
stackoverflow.com
30
convert string to integer sscanf or atoi
stackoverflow.com
30
why “++x || ++y && ++z” calculate “++x” firstly ? however,Operator “&&” is higher than “||”
stackoverflow.com
23
How could I temporary redirect stdout to a file in a C program?
stackoverflow.com
23
IEEE Std 754 Floating-Point: let t := a - b, does the standard guarantee that a == b + t?
stackoverflow.com
22
String-handling practices in C
stackoverflow.com
22
When is uint8_t ≠ unsigned char?
stackoverflow.com
21
Bit twiddling: which bit is set?
stackoverflow.com
21
c difference between malloc and calloc
stackoverflow.com
18
Why does the general program usually start at 0x8000?
stackoverflow.com
18
Embedded: memcpy/memset not used by most CRT startup code ― why?
stackoverflow.com
17
What is the purpose of the unary '+' operator in C?
stackoverflow.com
17
Are C functions guaranteed to have a fixed memory address?
stackoverflow.com
15
C style casting and readability in C++
stackoverflow.com
15
gcc: why the -lm flag is needed to link the math library?
stackoverflow.com
15
fwrite chokes on “<?xml version”
stackoverflow.com
15
Why doesn't a compiler optimize floating-point *2 into an exponent increment?
stackoverflow.com
14
Opaque C structs: how should they be declared?
stackoverflow.com
14
Understanding the different clocks of clock_gettime()
stackoverflow.com
14
What is this mysterious macro plus sign in stdint.h?
stackoverflow.com
14
How to prove that a=!!a is the shortest way to write a = (a == 0 ? 0 : 1);
stackoverflow.com
14
What kind of plug adapter should I pack for India?
travel.stackexchange.com
1
2
3
4
5
…
10
next
Stack Exchange works best with JavaScript enabled