Click here to Skip to main content
15,890,690 members
Articles / Programming Languages / C++

Managing argc and argv[] with STL in a simple way

Rate me:
Please Sign up or sign in to vote.
4.96/5 (13 votes)
14 Jan 20022 min read 144.8K   902   49  
This class makes it very easy and unified to process the argument list of your main(). It provides many features to support options with parameters, optional parameters and automatic output of error messages and a short manual. It uses STL and is unicode compliant.

Views

Daily Counts

Downloads

Weekly Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions