Q: I’ve heard that an application built using static linking may run faster than a dynamic-linked application using shared libraries. I’ve also heard static linking is discouraged in Solaris 2. What ...
I'm coming back to C++ programming after a number of years farting around with prolog, so apologies if this question is totally stupid. I'm using VS2008. I'm trying to write a library that wraps up ...