User: hooked

  • Public profile

User profile: hooked

User info
User name:hooked
History
Joined:
Number of posts:4
Latest posts:

Dynamic Lynker Error
Did 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?) problem
Maybe you can do it like this: [code] Test *a = (Test *)malloc(sizeof(Test)); a->Test::Test(0); ...

Base class with pointer members
I think the following code is what u want. [code] #include <iostream> using namespace std; cla...

This user does not accept Private Messages