Re: C parser document



Jonas Geiregat wrote:

> I'm trying to parse a configuration file,
> this is the first time I'm trying something like this, and it seems hard.
> C's I/O functions are a mess and hard to use , that is if you want to
> write code in a good way.

I've written parsers for one style of config file in C; the I/O
functions were pretty much a non-issue.

Be more specific about what you're trying to parse and the problems
you've had.

--
Chris "electric hedgehog" Dollin
Almost all predictions about life in 2015 are wrong in some fundamental
respect.
.



Relevant Pages

  • C parser document
    ... I'm trying to parse a configuration file, ... this is the first time I'm trying something like this, ... C's I/O functions are a mess and hard to use, that is if you want to write code in a good way. ...
    (comp.lang.c)
  • Kernel device for Toshiba laptop sound
    ... I have just installed 5.2_release on a toshiba A10 satellite. ... well except I can't parse the appropriate device line for the kernel ...
    (comp.unix.bsd.freebsd.misc)
  • Embed a confugeration file inside exeutable
    ... I open a configuration file with fopen and parse its content in my VC 6.0 ... I want to embed it (as a resource or something similar) inside ... Prev by Date: ...
    (microsoft.public.vc.ide_general)
  • Re: Kernel device for Toshiba laptop sound
    ... > well except I can't parse the appropriate device line for the kernel ...
    (comp.unix.bsd.freebsd.misc)
  • global variables in module
    ... I'm writing a GUI with wxPython. ... I want to save preferences and defaults ... values in a configuration file. ... I'm going ot parse this file using ...
    (comp.lang.python)