Developing a C++ Library - TechRepublic
General discussion
February 16, 2004 at 02:22 PM
brewmaster2

Developing a C++ Library

by brewmaster2 . Updated 21 years, 11 months ago

Hello all,

Does anyone know of any guidelines on developing a C++ library. I have heard things like “avoid inline code” and “always declare at least one constructor, the copy and assignment constructors and the destructor”. I’m sure there are lots of things to watch out for.

Thanks for any tips!

This discussion is locked

All Comments