文件名称:uc-tokens10
介绍说明--下载内容均来自于网络,请自行研究使用
Using the UnderC Tokenizer Class
It s often necessary to parse complex text files, where standard i/o
is too clumsy. C programmers fall back on strtok(), but this can be
tricky to use properly. Besides, you are still responsible for keeping
strtok() fed with new input, and I don t like the schlepp.
Tokenizer is a text-parsing input stream, modelled after the (undocumented)
VCL TParser class, and based on the UnderC tokenizing preprocessor front-end.
It s often necessary to parse complex text files, where standard i/o
is too clumsy. C programmers fall back on strtok(), but this can be
tricky to use properly. Besides, you are still responsible for keeping
strtok() fed with new input, and I don t like the schlepp.
Tokenizer is a text-parsing input stream, modelled after the (undocumented)
VCL TParser class, and based on the UnderC tokenizing preprocessor front-end.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ucw
...\include
...\.......\UC
...\.......\..\tokens.h
...\lib
...\...\examples
...\...\........\comment.cpp
...\...\........\INI.CPP
...\...\........\point-avg.cpp
...\...\........\XML.CPP
...\...\tokens.cpp
...\...\tokens.dll
...\...\tokens.lib
...\...\tokens.txt
...\include
...\.......\UC
...\.......\..\tokens.h
...\lib
...\...\examples
...\...\........\comment.cpp
...\...\........\INI.CPP
...\...\........\point-avg.cpp
...\...\........\XML.CPP
...\...\tokens.cpp
...\...\tokens.dll
...\...\tokens.lib
...\...\tokens.txt