Forum: C++ Jun 1st, 2007 |
| Replies: 4 Views: 798 The file is something like that :
<P ID=1>
CONTENTS
</P>
<P ID=2>
VOLUME I
</P>
<P ID=3>
BOOK FIRST.--A JUST MAN |
Forum: C++ May 31st, 2007 |
| Replies: 4 Views: 798 Hi,
I would like to ask if anyone know how can I create a tokenizer for a txt file in C++.
I find it difficult because there are not only words but there are also numbers and <p id> tags.
I... |