Re: game development question:reading and writing game data to and from files

  • From: "Tyler Littlefield" <tyler@xxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Mon, 13 Jul 2009 20:04:30 -0600

wow, cool.
I'll go take a look at it.
----- Original Message ----- From: "Ken Perry" <whistler@xxxxxxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Monday, July 13, 2009 8:02 PM
Subject: RE: game development question:reading and writing game data to and from files



Um  they might have meant that the xml standard is not part of the library
but you save to hmm xml style format for example if I saved a array it would
come out something like this

<array count=2>
<item>bla</item>
<item>bla</item>
</array>

And you can save complex data structures like maps just as easy as an int.

Ken

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: