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 ...
Combining all necessary subroutines from external libraries into one executable file when compiling an application. When running, the application is not dependent on any of the operating system's ...