Connecting Tech Pros Worldwide Forums | Help | Site Map

Source for C++ library design and programming

M
Guest
 
Posts: n/a
#1: Dec 30 '05
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

roberts.noah@gmail.com
Guest
 
Posts: n/a
#2: Dec 31 '05

re: Source for C++ library design and programming



M wrote:[color=blue]
> 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[/color]

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.

Glen Fernandes
Guest
 
Posts: n/a
#3: Dec 31 '05

re: Source for C++ library design and programming


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
Guest
 
Posts: n/a
#4: Jan 5 '06

re: Source for C++ library design and programming


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

Regards,

Michael

Closed Thread