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.)
IReadFile - Parsing options?
IReadFile - Parsing options?
TheQuestion = 2B || !2B
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.dlangdev wrote:I'd say go for it.
That will go a long way towards getting high grades in programming classes.
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