Re: Reading in a Dictionary File
Reading in a dictionary file is the same as reading in any other file.
You use a BufferedReader and store the contents of the dictionary in
some kind of data structure, for example.
--
Fahd Shariff
.
Relevant Pages
- Re: A question about fill_free_list(void) function
... I'm reading the CPython interpreter source code, ... The code is abusing the ob_type member to store a single linked, ... return (PyObject *) v; ... (comp.lang.python) - Re: Alternatives to Bifocals
... I have reading glasses for at home, ... It is a big pain in the ass to try to use bifocals on a computer all day, so this is a simple solution that may well cost less than Bi or Tri focals or progressive lens. ... I always carry both pair with me when I go to the store, and swap them when I get into the store so I can read labels and such. ... (soc.senior.issues) - Re: OT Son just finished reading the new Harry Potter book
... With the help of a public address system the store organized the crowd ... stayed up all night reading and just ... bed quilt and wall hanging with a Harry Potter theme several books ... (rec.crafts.textiles.quilting) - Re: A question about fill_free_list(void) function
... I'm reading the CPython interpreter source code, ... The code is abusing the ob_type member to store a single linked, ... return (PyObject *) v; ... (comp.lang.python) - Re: Data logging... how to.
... I need to measure a temperature, and store it for later readout. ... I will be using an AVR for temp. ... Now, after the year, the data will be shifted continously, so there will always be the latest data reading about 12 months back. ... (sci.electronics.design) |
|