IReadFile - Parsing options?

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
Halifax
Posts: 1424
Joined: Sun Apr 29, 2007 10:40 pm
Location: $9D95

IReadFile - Parsing options?

Post by Halifax »

I am just curious as to whether anybody would see it as beneficial to add some generic parsing functions to IReadFile? I am up to doing this, just wondering what everybody else thinks?

(I actually intend on using this for a z80 assembler (proof of concept), and some other rudimentary file parsers etc.)
TheQuestion = 2B || !2B
dlangdev
Posts: 1324
Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:

Post by dlangdev »

I'd say go for it.

That will go a long way towards getting high grades in programming classes.
Image
Halifax
Posts: 1424
Joined: Sun Apr 29, 2007 10:40 pm
Location: $9D95

Post by Halifax »

dlangdev wrote:I'd say go for it.

That will go a long way towards getting high grades in programming classes.
Haha, I only wish that they allowed me to use Irrlicht in my classes. Oh well it's cool I just use my own code pool.

But anyways, I scanned over the string class a little bit, and it does in fact have a function to convert strings to integers etc., but I will be providing methods to parse numbers straight from a file with IReadFile to make it easier, and will modify IWriteFile appropiately.
TheQuestion = 2B || !2B
Post Reply