randolf.ca
1.00
Randolf Richardson's C++ classes
|
The intention of these C++ classes is to simplify programming some particularly tedious aspects of the C programming APIs that are also commonly relied on in a lot of C++ applications and projects ... including, in particular, the error codes that are normally returned by many POSIX, OpenSSL, and other functions in a purely procedural fashion, for which I wrote a set of exceptions classes – the randolf::rex::rex class can be used independently for applications and projects that don't rely on any of my other projects/classes (that are included in this documentation).
Efforts are also made to ensure that developers have access to underlying handles, such as socket handles, library contexts, etc., so that developers aren't limited to whatever the class can provide. There are some caveats with doing this though, but the relevant warnings are documented accordingly (e.g., I/O tracking doesn't occur when using socket handles directly).
List of classes for which the documentation is available now:
Classes planned for future projects:
The documentation for these classes is available on my web site:
Randolf Richardson's software development web site
https://www.randolf.ca/c++
A tremendous amount of time and effort went into the planning, development, and testing of these C++ classes, which are available for free (meaning that you are not obligated to pay for any usage or licensing fees). However, if you'd like to support me financially for my efforts, this will be helpful to me and I'd greatly appreciate it. For more information, please check my web site for the most recent contact information and support options. Thank you.
If you're using any of my software in any of your software projects, please let me know so that I may include a reference to your works on my web site so that others can find them. I want to include your software in my list regardless of whether it's free, shareware, commercial, or something else.