Connecting Tech Pros Worldwide Help | Site Map

Source for C++ library design and programming

  #1  
Old December 30th, 2005, 11:25 PM
M
Guest
 
Posts: n/a
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
  #2  
Old December 31st, 2005, 04:15 AM
roberts.noah@gmail.com
Guest
 
Posts: n/a

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.

  #3  
Old December 31st, 2005, 05:55 AM
Glen Fernandes
Guest
 
Posts: n/a

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.

  #4  
Old January 5th, 2006, 06:45 AM
M
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Class libraries w/VS 2005 djbaker@gmail.com answers 3 October 15th, 2007 11:55 PM
Requesting advice how to clean up C code for validating string represents integer robert maas, see http://tinyurl.com/uh3t answers 232 April 16th, 2007 04:55 AM
How do you read source for big programs? kj answers 4 November 14th, 2005 03:49 PM
!!FAQ! for Date: 20040511 - New Users Look Here! [Last Updated February 05, 2004] FAQPoster@CDMA.invalid answers 0 November 12th, 2005 11:42 PM