There are some further needs in this area. The serialization engine can create a common file format but is a complex way to do this. Some of the other functions would likely be useful to add as well.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would have thought an XML implementation would be a better way to go. We would not have to deal with things like endianness, floating point format etc, the format is highly eXtensible, and could be made to support custom objects really easily, (using macros).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the deal it to make a class that
can write/read basic types such as (double ...)
in binary format
and this regardless of the plateform type
(little or big endian)
also i think i'd like to add common function
that does sleep and time
to the ccxx api
reply me if interessed,
maybe i have some code to merge
There are some further needs in this area. The serialization engine can create a common file format but is a complex way to do this. Some of the other functions would likely be useful to add as well.
I would have thought an XML implementation would be a better way to go. We would not have to deal with things like endianness, floating point format etc, the format is highly eXtensible, and could be made to support custom objects really easily, (using macros).