Dynamic Lynker ErrorDid you check your LD_LIBRARY_PATH?
c++There is a trick can do what you want. It is usually like this: [code] #define malloc(s) my_malloc...
Constructor (and Destructor?) problemMaybe you can do it like this: [code] Test *a = (Test *)malloc(sizeof(Test)); a->Test::Test(0); ...
Base class with pointer membersI think the following code is what u want. [code] #include <iostream> using namespace std; cla...
This user does not accept Private Messages