You are not logged in.
Hi,
i'm looking for such a library. Requrements:
1. usage/flag list generaton
2. support of -s and --long flags
3. simpliciry of use
4. support of optional and mandatory flags
5, support of flagw with/without arguments (-f, -f 123)
6. code free to use in commerical usage too
7. C++ (!++!)
Any suggestions/reccomendations?
Thanks a lot
Offline
Boost is the de-facto standard for stuff like this. Take a look at boost::program_options
Offline
10x a lot.
Offline