home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / cplus / 11629 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.9 KB

  1. Xref: sparky comp.lang.c++:11629 alt.sources.d:947 comp.sources.d:1133
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!bu.edu!lll-winken!snow.geology.wisc.edu!uakari.primate.wisc.edu!eng.ufl.edu!uflorida!travis!brad
  3. From: brad@SSD.CSD.HARRIS.COM (Brad Appleton)
  4. Newsgroups: comp.lang.c++,alt.sources.d,comp.sources.d
  5. Subject: C++ command-line parsing
  6. Summary: Options and CmdLine posted on comp.sources.misc
  7. Keywords: Parsing the command-line in C++
  8. Message-ID: <9013@travis.csd.harris.com>
  9. Date: 27 Jul 92 15:39:26 GMT
  10. Sender: news@travis.csd.harris.com
  11. Followup-To: comp.lang.c++
  12. Organization: Harris Computers Systems Division, Fort Lauderdale,FL
  13. Lines: 21
  14.  
  15. I have just released on comp.sources.misc, two different C++ class
  16. libraries for parsing command-line arguments: "Options" and "CmdLine".
  17. Options is a "bare-bones" package that does just the basics with very
  18. few bells and whistles thrown in. CmdLine on the other hand is a fully
  19. object-oriented approach to command-line parsing that does more than
  20. most of you could ever want. CmdLine also comes with a program named
  21. "cmdparse" (which is similar to Parseargs) to parse arguments for your
  22. shell-scripts (including perl and tcl).
  23.  
  24. If you are the least bit interested (or in need of) C++ command-line
  25. parsing, then please take a look at one (or both) of these packages.
  26. Although I have gone through extensive alpha and beta testing, I am
  27. very anxious to get feedback and comments (constructive of course)
  28. from the C++ programming community at large.
  29.  
  30. If you want more info about Options, CmdLine, or Parseargs, then
  31. please send me e-mail.
  32. ______________________ "And miles to go before I sleep." ______________________
  33.  Brad Appleton           brad@ssd.csd.harris.com       Harris Computer Systems
  34.                             uunet!travis!brad          Fort Lauderdale, FL USA
  35. ~~~~~~~~~~~~~~~~~~~~ Disclaimer: I said it, not my company! ~~~~~~~~~~~~~~~~~~~
  36.