Pass an array to a function by value – Below is a snippet from the book C Programming Just the […]
Category: C Fix
C++ floating point precision [duplicate]
C++ floating point precision [duplicate] – This question already has answers here: Closed 12 years ago. Possible Duplicate: Floating point […]
know if .lib is static or import
know if .lib is static or import – I have .lib file compiled from C code. How I know if […]
Why can’t I convert ‘char**’ to a ‘const char* const*’ in C?
Why can’t I convert ‘char**’ to a ‘const char* const*’ in C? – The following code snippet (correctly) gives a […]
Linux API to list running processes?
Linux API to list running processes? – I need a C/C++ API that allows me to list the running processes […]
Convert Windows Filetime to second in Unix/Linux
Convert Windows Filetime to second in Unix/Linux – I have a trace file that each transaction time represented in Windows […]
Dynamic allocation of an unknown matrix in C
Dynamic allocation of an unknown matrix in C – I need to take a file that is inputted by the […]
How to turn off buffering of stdout in C
How to turn off buffering of stdout in C – I want to turn off the buffering for the stdout […]
Are there any platforms where pointers to different types have different sizes?
Are there any platforms where pointers to different types have different sizes? – The C standard allows pointers to different […]
Merge multiple .so shared libraries
Merge multiple .so shared libraries – Say I have a.so and b.so. Can I produce c.so as a single shared […]