C++ Library containing a lot of needful things: Stack Trace, Command Line Parser, Resource Handling, Configuration Files, Unix Command Execution, Directories, Regular Expressions, Tokenizer, Function Trace, Standard Extensions.
You can not select more than 25 topicsTopics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Featureful C++ Library containing a lot of needful things. Everything, I often need, but is missing in C++ standard libraries and other common 3rd party libraries, such as log4cxx, cppunit and boost.
I have paid attention to define simple and a nice to use interfaces. The library makes use of object orientation, operator overload and templates, where it makes sense. The library passes several module tests before each delivery. It is therefore stable and tested.
Features
--------
This library contains [modules](modules.html) for the following purposes:
- [Collect and Format a Stack Trace](group__grpStackTrace.html):
Having a stack trace is extremely useful, if you have
unexpected or uncaught exceptions
- Exceptions with Stack Trace
- Automated Unexpected and Terminate Handler
- [C++ Evaluation of Command Line Arguments](group__arguments.html):
A fully object oriented replacement for optarg
- [Classes for Automated Resource Handling](group__AutoTools.html):
Automatically free resources from C libraries, such as open, malloc, etc.
The library is generic UNIX, but most features also work on Windows using MinGW. It is sporadically tested on Windows. Stack trace works on Linux only, it could theoretically work on Sun Solaris too (and it used to work there in the 90ies), but this is now untested. Stack trace without symbol resolution, just getting the raw addresses, only depends on GNU gcc and should work on all platforms. Feedback is welcome!
You are missing a feature, or an implementation is too incomplete for the purpose you need it? Or you even found a bug? Just register and open an issue [on the project management page](https://mrw.sh/libraries/mrw-cxx/issues).