User profile: Bengbers

User info
User name:Bengbers
History
Joined:
Number of posts:66
Latest posts:

How should I export the API of a shared library?
I've been trying for nearly a week to create submodules for libBasexCpp and libBasexTest. They are c...

How should I export the API of a shared library?
I hardly ever use git and have never used Eclipse before to export an existing project to a local gi...

How should I export the API of a shared library?
I,ve googled a bit and found these two links. My guess is that they match more or less my need. 1) h...

How should I export the API of a shared library?
I use Eclipse CDT on a Fedora machine for developing C++ code. In the first project I programmed in ...

Is it possible to export a local created pointer?
I've adapted the functions as follows: [code]ByteVect QueryObject::Next() { if (More()) { B...