Possible duplicates:What parser libraries for libraries exist for C ++?C ++ Parse Command Line Arguments
What is the best C ++ command line argument parser you can offer?
Try Boost :: Program Options . It allows you to read and analyze command lines, as well as configuration files.
I like C getopt (), but then I'm old. :-)
Google gflags
Boost program_options .
Source: https://habr.com/ru/post/1717895/More articles:In the MFC program, how to transfer data between different dialogs? - c ++cmath Errors Using FLTK - c ++What is JavaScript for? >> - javascriptNeed a way to return the position of the scroll window after refreshing the page - javascriptWidget sharing between PyQT and Boost.Python - pythonHow can I resize a WPF element after rotation, and not earlier? - .netHow to embed complex types in wsdl definition? - wsdlScan attachments before uploading to the server? - asp.nethow to stop selenium server when clicking a button using java? - javaGoogle Earth Discovery installs on a web page in Internet Explorer - javascriptAll Articles