c++ - Windows style getopt/argp -


is there windows equivalent getopt or argp simplifies writing of windows command line tool?

it should contain argument parsing , enforcing windows style of argument syntax , perhaps providing assistance syntax executors.

the windows command line tools has style makes me think there such tool. questions have found indicates translations of getopt best bet.

you can use boost program options

http://www.boost.org/doc/libs/1_53_0/doc/html/program_options.html


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -