 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Sabyasachi Basu Guest
|
Posted: Sat Jan 24, 2004 1:07 pm Post subject: Persistence in C++ |
|
|
What is the appropriate newsgroup for posting queries about
persistence using C++? Has anybody here attempted to implement, using
C++, persistence functionality like that available in Rogue Wave's
tools.h++? Any pointers would be highly appreciated.
Thanks in advance.
Sabyasachi
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Dhruv Guest
|
Posted: Sun Jan 25, 2004 1:42 am Post subject: Re: Persistence in C++ |
|
|
On Sat, 24 Jan 2004 08:07:24 -0500, Sabyasachi Basu wrote:
| Quote: | What is the appropriate newsgroup for posting queries about
persistence using C++? Has anybody here attempted to implement, using
C++, persistence functionality like that available in Rogue Wave's
tools.h++? Any pointers would be highly appreciated.
|
Try googling for some more info. However, I have thought about
implemention a disk_vector<>, but I'm still at the design stage. Any ideas
will be highly appreciated!
Regards,
-Dhruv.
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Pavel Vozenilek Guest
|
Posted: Sun Jan 25, 2004 1:44 am Post subject: Re: Persistence in C++ |
|
|
[email]sabya_003 (AT) yahoo (DOT) com[/email] (Sabyasachi Basu) wrote in message news:<d2d5b7e3.0401230823.23a075e7 (AT) posting (DOT) google.com>...
| Quote: | Has anybody here attempted to implement, using
C++, persistence functionality like that available in Rogue Wave's
tools.h++? Any pointers would be highly appreciated.
Serialization library being on way into Boost: |
http://www.yahoogroups.com/files/boost/
(you must be yahoo group member)
It is very powerful and complete one.
Or take look at Eternity package:
http://sourceforge.net/projects/eternity-it/
/Pavel
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Samuel Krempp Guest
|
Posted: Sun Jan 25, 2004 10:48 am Post subject: Re: Persistence in C++ |
|
|
le Saturday 24 January 2004 14:07, [email]sabya_003 (AT) yahoo (DOT) com[/email] écrivit :
| Quote: | What is the appropriate newsgroup for posting queries about
persistence using C++? Has anybody here attempted to implement, using
C++, persistence functionality like that available in Rogue Wave's
tools.h++? Any pointers would be highly appreciated.
|
I don't know about tools.h++, but there's an ongoing serialization project
for boost, by Robert Ramey, which have been actively improved for several
months, and seems ready to be formal-reviewed soon.
It's available in the 'Files' section on Boost's Yahoo groups page, and you
can check the threads in boost's list. (available by nntp as
gmane.comp.lib.boost.devel)
--
Samuel.Krempp
cout << "@" << "crans." << (is_spam ? "trucs.en.trop." : "" )
<< "ens-cachan.fr" << endl;
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
v Guest
|
Posted: Wed Jan 28, 2004 10:08 am Post subject: Re: Persistence in C++ |
|
|
Hi, there used to be this interesting project called OTL (ODBC STL).
Maybe of interest.
bye
vlado
"Sabyasachi Basu" <sabya_003 (AT) yahoo (DOT) com> schrieb im Newsbeitrag
news:d2d5b7e3.0401230823.23a075e7 (AT) posting (DOT) google.com...
| Quote: | What is the appropriate newsgroup for posting queries about
persistence using C++? Has anybody here attempted to implement, using
C++, persistence functionality like that available in Rogue Wave's
tools.h++? Any pointers would be highly appreciated.
|
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Allan W Guest
|
Posted: Wed Jan 28, 2004 1:20 pm Post subject: Re: Persistence in C++ |
|
|
[email]sabya_003 (AT) yahoo (DOT) com[/email] (Sabyasachi Basu) wrote
| Quote: | What is the appropriate newsgroup for posting queries about
persistence using C++?
|
I wish the moderator had answered that -- but I'm pretty sure that
this is an appropriate place for that.
| Quote: | Has anybody here attempted to implement, using
C++, persistence functionality like that available in Rogue Wave's
tools.h++?
|
One of us is being dense (it's probably me) -- but obviously the
answer is yes; Rogue Wave is implemented using C++.
| Quote: | Any pointers would be highly appreciated.
|
On how to implement your own version?
What is it about Rogue Wave's version that you don't like?
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
|
|
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
|
|