Is the GNU C Library usable on non-GNU (or POSIX) platforms? – Just wondering, is the GNU C Library (glibc) […]
Author: Marie
How can variable field width be implemented with printf()?
How can variable field width be implemented with printf()? – The question is : How can variable field width be […]
Optimizing a branch for a known more-common path
Optimizing a branch for a known more-common path – Please consider the following piece of code: void error_handling(); bool method_impl(); […]
Why would the size of the final binary be so much smaller than the size of the static library?
Why would the size of the final binary be so much smaller than the size of the static library? – […]
How strcpy works behind the scenes?
How strcpy works behind the scenes? – This may be a very basic question for some. I was trying to […]
Static keyword in function declaration can be missing in function definition?
Static keyword in function declaration can be missing in function definition? – I want to have a static function which […]
C++ floating point precision [duplicate]
C++ floating point precision [duplicate] – This question already has answers here: Closed 12 years ago. Possible Duplicate: Floating point […]
C question: off_t (and other signed integer types) minimum and maximum values
C question: off_t (and other signed integer types) minimum and maximum values – I occasionally will come across an integer […]
atomic compare(not equal) and swap
atomic compare(not equal) and swap – I want to use atomic compare and swap, but instead of equal to, I […]
Adding custom tags to a TIFF file
Adding custom tags to a TIFF file – I’m quite new to libtiff, but I’ve managed to get tiff files […]