Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old December 30th, 2005, 11:25 PM
M
Guest
 
Posts: n/a
Default Source for C++ library design and programming

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
Default 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
Default 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
Default 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

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles