BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

What libraries do you use?

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (Non-Technical)
View previous topic :: View next topic  
Author Message
Pete Fraser
Guest





PostPosted: Thu Nov 25, 2004 2:23 pm    Post subject: What libraries do you use? Reply with quote



We've been talking about libraries in another thread and I was
thinking that often people use the libraries they know of. So here's
an opportunity to spread the word about libraries that you use and
love.
By libraries, I *don't* mean components, good as they are. I mean
things like Boost, which seems to have very good docs.

When replying, please include URL and information about
documentation, support etc.

Over to you.....
Pete


Back to top
Russell Hind
Guest





PostPosted: Thu Nov 25, 2004 3:44 pm    Post subject: Re: What libraries do you use? Reply with quote



Only boost (http://www.boost.org) - well, which bits work with bcc32 now.

We also use fourier transform and curve fitting stuff from a component
library (SDL Suite - [url]http://www.lohninger.com/)[/url]. It is a component
library, but it is also a good collection of mathematical routines.
Help is very good. The main developer is always available on their own
web-based support forums. Help isn't bad either

Cheers

Russell

Pete Fraser wrote:
Quote:

When replying, please include URL and information about
documentation, support etc.

Over to you.....
Pete


Back to top
liz
Guest





PostPosted: Thu Nov 25, 2004 3:51 pm    Post subject: Re: What libraries do you use? Reply with quote



On Thu, 25 Nov 2004 14:23:06 -0000, Pete Fraser wrote:

Quote:
When replying, please include URL and information about
documentation, support etc.

we-ell, as you mentioned already:

boost

www.boost.org
--
liz

Back to top
Alisdair Meredith [TeamB]
Guest





PostPosted: Thu Nov 25, 2004 4:21 pm    Post subject: Re: What libraries do you use? Reply with quote

Pete Fraser wrote:

Quote:
When replying, please include URL and information about
documentation, support etc.

Loki: http://sourceforge.net/projects/loki-lib/

This provides an 'implementation' of several GoF patterns, such as
singleton, visitor, command and factory. While you cannot truly
'implement' a pattern, this set of templates will generate an
implementation customised for your specific needs through policy
templates.

Documentation is as good as it gets:
http://www.moderncppdesign.com/

This book describes the concepts and design of how the library was
built as well as how to use it <g>

There is some overlap between Loki and Boost, and as boost is more
actively maintained I prefer the boost implementations of a concept
where available.

boost vs Loki smart pointers can be a religious issue though ;?)

AlisdairM(TeamB)

Back to top
Nicola Musatti
Guest





PostPosted: Fri Nov 26, 2004 7:48 am    Post subject: Re: What libraries do you use? Reply with quote

SQLAPI++ - http://www.sqlapi.com/

A database query library that does one job, does it well and fully
abstracts away the often platform specific details of interacting with a
RDBMS. Its architecture is similar to the lower level VCL DB access
components, so it's a good way to remove VCL dependency from the lower
layers of your application (just in case there won't be another BCB ;-)

Cheers,
--
Nicola Musatti
Team Thai Kingdom
Back to top
Hendrik Schober
Guest





PostPosted: Fri Nov 26, 2004 11:59 am    Post subject: Re: What libraries do you use? Reply with quote

Pete Fraser <pete._no_spam_fraser (AT) frasersoft (DOT) nospam.net> wrote:
Quote:
[...]

boost www.boost.org
expat www.libexpat.org/
wxWindows www.wxwindows.org

Quote:
Pete

Schobi

--
[email]SpamTrap (AT) gmx (DOT) de[/email] is never read
I'm Schobi at suespammers dot org

"The presence of those seeking the truth is infinitely
to be prefered to those thinking they've found it."
Terry Pratchett



Back to top
Pavel Vozenilek
Guest





PostPosted: Fri Nov 26, 2004 6:27 pm    Post subject: Re: What libraries do you use? Reply with quote


"Alisdair Meredith [TeamB]" wrote:

Quote:
There is some overlap between Loki and Boost, and as boost is more
actively maintained I prefer the boost implementations of a concept
where available.

Just curious: is Loki maintained by anyone now?

/Pavel



Back to top
Ron Sawyer
Guest





PostPosted: Fri Nov 26, 2004 7:04 pm    Post subject: Re: What libraries do you use? Reply with quote

Ooo, thanks for the reminder, I had forgotten SQLAPI.

"Nicola Musatti" <Nicola.Musatti (AT) ObjectWay (DOT) it> wrote

Quote:
SQLAPI++ - http://www.sqlapi.com/

A database query library that does one job, does it well and fully
abstracts away the often platform specific details of interacting with a
RDBMS. Its architecture is similar to the lower level VCL DB access
components, so it's a good way to remove VCL dependency from the lower
layers of your application (just in case there won't be another BCB ;-)

Cheers,
--
Nicola Musatti
Team Thai Kingdom



Back to top
Alisdair Meredith
Guest





PostPosted: Fri Nov 26, 2004 7:10 pm    Post subject: Re: What libraries do you use? Reply with quote

Pavel Vozenilek wrote:

Quote:
Just curious: is Loki maintained by anyone now?
/Pavel

Not sure, I still get occasional mailing from the dev list, and have
some mods to the factory class I really should contribute back (to make
registering much simpler, it automatically makes and registers the
correct factory function)

The fact is that the library was designed to support the book, and the
functionity in there (now) works as advertised, so not much more
remains to be done. Anyone inspired to add a new pattern to Loki is
usually aware of Boost, and likely to go that route for a submission.

Maybe it is time I dust off my research into policy driven observer
patterns? [I was holding off to see what Andrei turned up, but fallout
from 9/11 stopped him attending the ACCU conference that year, and
there were a couple of problems with lifetimes I never got round to
solving]

AlisdairM(TeamB)

Back to top
Chris Gordon-Smith
Guest





PostPosted: Sun Dec 05, 2004 11:47 pm    Post subject: Re: What libraries do you use? Reply with quote

Pete Fraser wrote:

Quote:
We've been talking about libraries in another thread and I was
thinking that often people use the libraries they know of. So here's
an opportunity to spread the word about libraries that you use and
love.
By libraries, I *don't* mean components, good as they are. I mean
things like Boost, which seems to have very good docs.

When replying, please include URL and information about
documentation, support etc.

Over to you.....
Pete

I use the Lazarus LCL library. It lets me do most of the things I used to do
with VCL.
--
Chris Gordon-Smith
London
Homepage: http://graffiti.virgin.net/c.gordon-smith/

Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (Non-Technical) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.