[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: questions/suggestions
From: |
Curtis Magyar |
Subject: |
Re: questions/suggestions |
Date: |
Wed, 11 Aug 2004 04:52:16 -0500 |
On Tue, 2004-08-10 at 16:10 -0400, wrote:
> Hi all,
> I found commonc++ lib to be very useful and complete. Nice work! :)
> I would like to participant in current issues.
> Is there a way to subscribe to this mailing list?
You can subscribe at the very hard to find mailman subscription page:
http://lists.gnu.org/mailman/listinfo/bug-commoncpp
This should really be linked to from at least one of the homepages. :(
> I have few questions/suggestions:
> * What is "ost" namespace stand for?
I believe its Open Source Telecom or something like that.
> * What is the down side to seperate classes into individual files? I
> found the socket.cpp/h file covers too many classess.
Probably historical reasons. For most intents and purposes that is all
hidden from you while you are using the library. I can't see it giving
you much trouble.
> * Is there a plan on adding Database API?
I believe ost::ThreadFile is about as close as it gets. There's
probably no reason you can't use MySQL++ or whatever in your commonc++
projects.
http://dev.mysql.com/downloads/other/plusplus/
Hope this helps. (I'm a fellow CommonC++ user, not a developer)
--
Curtis Magyar