¡@

Home 

c++ Programming Glossary: static.cpp

static member initialization for specialized template class

http://stackoverflow.com/questions/2342550/static-member-initialization-for-specialized-template-class

main B A 1 t t It compiles under GCC 4.1 but does not link static.cpp .text._ZN1BI1ALi1EEC1Ev B A 1 B 0x5 undefined reference to `B..

Building a shared library using gcc [closed]

http://stackoverflow.com/questions/3588476/building-a-shared-library-using-gcc

~ libtest cd static serg@rodent ~ libtest static ls static.cpp static.h static.h Header file for the static library int function_inside_static_lib.. library int function_inside_static_lib int arg1 int arg2 static.cpp Source file for the static library #include iostream using namespace.. with this step serg@rodent ~ libtest static g g ggdb c static.cpp o static.o # See the FIXED version just below serg@rodent ~..