文件名称: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
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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.