Hi,
maybe it is not the best place to ask but at this moment I
have no other idea where to go. This question is just a preamble
for all the comming, BOOST related, questions of mine.
So, I have a C++ class, the Apple, at the moment in the std
namespace:
...
My question is, if I want to move my Apple class in a custom
namespace, garden, how must I modify my C header and code file?
Thank you and all the best,
Kilato Somostetoi
Since your C file only deals with the structure via pointers to
void, moving the class into a name space will have no effect.