Argx 1.1.0-build
Simple argument parser made in C++
Loading...
Searching...
No Matches
ARGX - 1.1.0-build

C++ Argument parser

Made by: pcannon09


Requirements

Compiler and C++ Standard Support

Argx Version Minimum C++ Standard GCC Clang MSVC
1.1.0-build C++11 GCC 4.8+ Clang 3.3+ MSVC 2017+ (/std:c++11 or later)
1.0.0-build C++11 GCC 4.8+ Clang 3.3+ MSVC 2017+ (/std:c++11 or later)

Specific information

NOTE: For version 1.0.0-build

  • Minimum standard required to compile ---— C++11 (GCC 4.8+, Clang 3.3+ and MSVC 2017+)

Summary

  • The minimum required version for Argx is C++ for GCC 4.8+, Clang 3.3+ and MSVC 2017+

IMPORTANT NOTES

This library has been tested in Arch Linux, please open an issue if you encounter a problem with other Operating Systems Tested with Clang 19 If you encounter any other issues with other compilers, open an issue in github

APIs

Python3 API: https://github.com/pcannon09/argx-py

C API / Clone: https://github.com/pcannon09/argx-c