| View previous topic :: View next topic |
| Author |
Message |
thanvir_hussain@yahoo.com Guest
|
Posted: Fri Jul 29, 2005 9:12 am Post subject: Vector Serialization |
|
|
Hi all,
I have a application which serializes a vector to a binary file which
acts as local cache. It works properly in most of the systems but for a
particular user the cache file grows too big. I can't reproduce the
same on any other user. Does anyone have any clue why this may happen?
Thanks in advance
regards
thanvir
|
|
| Back to top |
|
 |
Alf P. Steinbach Guest
|
Posted: Fri Jul 29, 2005 9:27 am Post subject: Re: Vector Serialization |
|
|
* [email]thanvir_hussain (AT) yahoo (DOT) com[/email]:
| Quote: | I have a application which serializes a vector to a binary file which
acts as local cache. It works properly in most of the systems but for a
particular user the cache file grows too big. I can't reproduce the
same on any other user. Does anyone have any clue why this may happen?
|
The error is obviously on line 537.
--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
|
|
| Back to top |
|
 |
Stefan Näwe Guest
|
Posted: Fri Jul 29, 2005 10:08 am Post subject: Re: Vector Serialization |
|
|
[email]thanvir_hussain (AT) yahoo (DOT) com[/email] wrote:
| Quote: | Hi all,
I have a application which serializes a vector to a binary file which
acts as local cache. It works properly in most of the systems but for a
particular user the cache file grows too big. I can't reproduce the
same on any other user. Does anyone have any clue why this may happen?
|
Because you're doing something wrong !?
S.
|
|
| Back to top |
|
 |
__PPS__ Guest
|
Posted: Fri Jul 29, 2005 11:02 am Post subject: Re: Vector Serialization |
|
|
endeed, it's line 537. Check this out :)
ps. boost::serialization??
|
|
| Back to top |
|
 |
|