User: jody

  • Public profile

User profile: jody

User info
User name:jody
History
Joined:
Number of posts:6
Latest posts:

array of pointers to derived class
Hi I have a class called 'base', and a derived class called 'sub'. What i can do: [code]sub ...

Does order of libs matter?
Thanks for the explanations. I haven't yet fully digested the fact that the linker throws away the...

Does order of libs matter?
Hi I observed that the order of the libraries in the link command seems to matter: Whereas this or...

How compile program with gcc ?
To compile C++ you have to use 'g++' instead of 'gcc': g++ example.cpp -o example.exe

.so fails with lib, but runs with .o
Thanks! That explained and solved my problem. For the sake of completeness, this is how the linkin...

This user does not accept Private Messages