Just a quick question.

Can you omit the private part of a class definition (inside the header files) when you distribute them together with a library for other users ? It seems to link and run fine, but I would like to be sure there are no issues. It would be ideal for me since I would like to hide the implementation details as much as possible.