⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 alternatives

📁 Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work
💻
字号:
CLI (part of the Jarakta project)http://jakarta.apache.org/commons/cli/index.htmlThis is Java library. The interface seems to be similiar, except for data storage.1. Instead of variables_map, the library can store the dataas Java system properties.2. The class Option, which uses to describe the data, is also   used to keep the value. In contract, I keep them in separate   place. This facilitate using the same options description   for different data sources.TODO: Need to check that Option.setType method does.Werken.opthttp://sourceforge.net/projects/werken-opt/This is a much simpler library then CLI, whichsomewhat less features.JArgshttp://jargs.sourceforge.net/Another Java library. Has a fixed set of value types it canhandle.Options (by Brad Appleton)http://www.enteract.com/~bradapp/ftp/src/libs/C++/Options.htmlThis is very lean library. It does not provide argument validation,and the only iterface is iteration over arguments. An interestingiterface decision is using chars to identify presense of option's parameters.This may be moved to my library (|, :, ?, *, +)Cmdline (by Brad Appleton)http://www.enteract.com/~bradapp/ftp/src/libs/C++/CmdLine.htmlThis library provides options validation and storage. Unfortunately1. Only a fixed set of data types is supported.2. It's intrusive -- one has to declare variable of "class ArgChar" orsomething, and then extract data from there.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -