No, xd not a good name: it is too short. This may be a good alias in a limited context, but for a library to be used by others, specify a long descriptive name. Users can then select an alias that makes sense for their project.
namespace my_company { namespace XnoDraw { // ... } // namespace XnoDraw } // namespace my_company // user code, not your code: namespace xd = my_company::XnoDraw;
Pete becker
source share