Source for C++ library design and programming

M

M

I'm in the process of writing some C++ libraries. The only references to
library design and writing I have are the compiler and some extremely
overpriced commercial libaries (which have some fundamental design issues in
certain areas). Can anyone suggest a good detailed read on building libraries
(eg. book, online source)?

Regards,

Michael
 
R

roberts.noah

M said:
I'm in the process of writing some C++ libraries. The only references to
library design and writing I have are the compiler and some extremely
overpriced commercial libaries (which have some fundamental design issues in
certain areas). Can anyone suggest a good detailed read on building libraries
(eg. book, online source)?

Regards,

Michael

http://c2.com/cgi/wiki?PrinciplesOfObjectOrientedDesign

You'll probably be more interested in the package principles. Packages
and libraries are pretty much the same thing.
 
G

Glen Fernandes

Have you looked at the Boost libraries?
http://www.boost.org/

Not commercial, but they're examples of good design - some of which
have been considered for adoption into the next C++ standard.
 
M

M

Thanks for the info, I'll do some reading and check out the Boost
libraries.

Regards,

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,954
Messages
2,570,116
Members
46,704
Latest member
BernadineF

Latest Threads

Top