Jump to content

Technical Question - Dat Files


Recommended Posts

I work for a software company myself as a junior programmer I would really like some help with one question this is more of a personal question and not a one related to work but Adam could you please help me with one thing how on earth do you create dat files for games etc and munipulate them if you cannot tell me for whatever reason could you direct me to a site or book that would help Thanks
Link to comment
Share on other sites

There are lots of different ways to create them, the actual implementation would depend on what language you are using. In Visual Basic, for example, I tend to define my own record type, i.e.: type Wrestler Name as string * 30 Profile as string * 250 'etc end type And then use GET and PUT statements to write them to file. If you go on MSDN and look up GET and PUT there are some samples there that are useful.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...