c++ Programming Glossary: serg@rodent
Building a shared library using gcc [closed] http://stackoverflow.com/questions/3588476/building-a-shared-library-using-gcc the archive using the link at the top of my post . serg@rodent ~ libtest ls app shared static Here are the three components.. . This consists of the following serg@rodent ~ libtest cd static serg@rodent ~ libtest static ls static.cpp.. consists of the following serg@rodent ~ libtest cd static serg@rodent ~ libtest static ls static.cpp static.h static.h Header file..
|