Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
caf earned this badge 30 times |
may 12 at 16:29
#pragma init and #pragma fini using gcc compiler on linux
apr 27 at 8:17
Determine certificate type
apr 21 at 3:30
Incompatible integer to pointer conversion errors?
mar 20 at 14:50
How to format a function pointer?
aug 20 at 14:07
Yoda Conditions and integer promotion
jul 19 at 20:49
How can I programmatically get the amount of memory currently available from C/C++ code?
jul 18 at 20:38
Is there an alternative sleep function in C to milliseconds?
jun 7 '12 at 3:35
Obtaining local IP address using getaddrinfo() C function?
may 29 '12 at 19:07
Why is a pointer to a pointer incompatible with a pointer to an array?
may 22 '12 at 5:37
How to implement Server Name Indication(SNI) on OpenSSL in C or C++? Are there any real world examples available?
apr 8 '12 at 22:45
AES CTR 256 Encryption Mode of operation on OpenSSL
mar 30 '12 at 10:09
Double pointer const-correctness warnings in C
feb 17 '12 at 17:07
Decoding a JPEG Huffman block (table)
jan 9 '12 at 18:28
getc Vs getchar Vs Scanf for reading a character from stdin
aug 17 '11 at 23:52
Is the md5sum linux command working right?
mar 31 '11 at 2:57
How does recursion work in C?
nov 29 '10 at 9:03
How to initialize const members of structs on the heap
oct 28 '10 at 13:09
How to compile a 32-bit binary on a 64-bit linux machine with gcc/cmake
oct 5 '10 at 16:28
Why can't compiler optimize these 2 statements out?
oct 1 '10 at 7:17
Good Readings on Unix/Linux Socket Programming?
oct 1 '10 at 5:27
(post deleted or otherwise unavailable)
jul 23 '10 at 0:03
How do 32-bit applications make system calls on 64-bit Linux?
apr 18 '10 at 11:07
c - why does it make sense that indexing a character pointer is an int?
mar 3 '10 at 1:22
C pointers vs. Objective-C pointers
dec 8 '09 at 6:47
C: What is the type of &array_name?