General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Developing a C++ Library
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!