Re: How about the future of VC++/MFC

Tech-Archive recommends: Speed Up your PC by fixing your registry



One other context: serialization of data in and out, where the actual text
of the enum doesn't matter, but being able to convert it from an external
to an internal representation does. The external representation is not
visible to the end user, so interationalization is less critical.
****
True, this it is perfect for serialization (considering that serialization
should be locale-independent to begin with).
(see also http://www.mihai-nita.net/20051025a.shtml)


--
Mihai Nita [Microsoft MVP, Windows - SDK]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email
.



Relevant Pages

  • Re: Singles to Doubles
    ... If you're saying an internal representation of 1.11 should be displayed as 1.1100 externally under all circumstances, that can't be unless it is one of the set of reals than can be represented exactly. ... If otoh it can't be represented exactly as a Single, then the likelihood that it can in Double isn't zero, but the problem of translation to/from the external representation arises, as does that of promotion. ... google on "floating point conversion" or similar and amongst the zillion of hits pretty early on there will be sites that have floating point calculators that you can type numbers into and see their internal representations. ...
    (microsoft.public.vb.general.discussion)
  • Re: identifiers and modules
    ... "XML is touted as an external format for representing data. ... If one converts from an internal representation to the external representation and back again, the new internal representation should equal the old. ... It is not always self-describing, since the internal format corresponding to an external XML description depends crucially on the XML Schema that is used for validation (for instance, to tell whether data is an integer or a string). ...
    (comp.lang.scheme)
  • Re: what does "serialization" mean?
    ... > osmium wrote: ... >> Serialization means to convert the internal representation of data ... The human race still holds some hope... ...
    (comp.programming)