¡@

Home 

c++ Programming Glossary: gptest

Variable dissapears in binary which is available in static lib

http://stackoverflow.com/questions/3881325/variable-dissapears-in-binary-which-is-available-in-static-lib

TEST_H #define TEST_H class Test public Test extern Test gpTest #endif test.cpp #include test.h Test Test gpTest this Test test.. Test gpTest #endif test.cpp #include test.h Test Test gpTest this Test test main.cpp #include test.h #include iostream using.. #include test.h #include iostream using namespace std Test gpTest NULL int main return 0 BUILD g c test.cpp o test.o ar cr test.a..

Linker driving me mad! Please help

http://stackoverflow.com/questions/3888409/linker-driving-me-mad-please-help

TEST_H #define TEST_H class Test public Test extern Test gpTest #endif test.cpp #include test.h Test Test gpTest this Test test.. Test gpTest #endif test.cpp #include test.h Test Test gpTest this Test test main.cpp #include test.h #include iostream using.. #include test.h #include iostream using namespace std Test gpTest NULL int main return 0 BUILD g c test.cpp o test.o ar cr test.a..