Re: Parameter File reading

2017-08-23 Thread Seb via Digitalmars-d-learn
On Wednesday, 23 August 2017 at 10:25:48 UTC, Vino.B wrote: Hi All, Can anyone provide me a example code on how to read a parameter file and use those parameter in the program. From, Vino.B Another small library: https://github.com/burner/inifiled

Re: Parameter File reading

2017-08-23 Thread Moritz Maxeiner via Digitalmars-d-learn
On Wednesday, 23 August 2017 at 10:25:48 UTC, Vino.B wrote: Hi All, Can anyone provide me a example code on how to read a parameter file and use those parameter in the program. From, Vino.B For small tools I use JSON files via asdf[1]. As an example you can look at the tunneled settings s

Re: Parameter File reading

2017-08-23 Thread biocyberman via Digitalmars-d-learn
On Wednesday, 23 August 2017 at 10:25:48 UTC, Vino.B wrote: Hi All, Can anyone provide me a example code on how to read a parameter file and use those parameter in the program. From, Vino.B Parameter file is a plain text file, with some structure. I've seen in other languages people use

Parameter File reading

2017-08-23 Thread Vino.B via Digitalmars-d-learn
Hi All, Can anyone provide me a example code on how to read a parameter file and use those parameter in the program. From, Vino.B