文件名称: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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 27796734uc-tokens10.zip 列表 ucw/include/UC/tokens.h ucw/lib/examples/comment.cpp ucw/lib/examples/INI.CPP ucw/lib/examples/point-avg.cpp ucw/lib/examples/XML.CPP ucw/lib/tokens.cpp ucw/lib/tokens.dll ucw/lib/tokens.lib ucw/lib/tokens.txt