I'm a little confused about how to go about creating a wrapper class? I think I need to start with the basics. What I want to do is write a C++ wrapper class for a C API. I know several of you could explain this well but I need to go right to the basics on this kind of thing. Was wondering if anyone out there who knows any books which explain this kind of thing well? Maybe a book explaining several programming concepts as well as the idea of creating a wrapper class. I have plent of time to learn this.
It's not necessarily a C++ wrapper class for a C API which is important here but it's the general approach to doing this which is important to me. It would certainly be useful if there is something out there which specifically refers to making a C++ wrapper.
I hope this question is not too broad. No examples in this question (my question), just want to get the hang of how to go about something like this.
Thanks so much
danny2000