Subj : Re: About parameter parser To : borland.public.cpp.borlandcpp From : Jogy Date : Thu Jul 28 2005 05:35 pm Vladimir Grigoriev wrote: > Thank you for your reference. I'd like to ask you also about an example of > such parser which is written in OOP manner. Somewhere in internet I saw such > example constructed as a class but I don' remember where. > Vladimir Grigoriev > Hello, Borland C++ 5.x contains the class TCmdLine, which is used for parsing command-line arguments. Look in BC5\INCLUDE\CLASSLIB\cmdline.h, as there is no mention of this class in BC5 documentation and help files. Jogy .