A small std::string based library for common string getters, hashing and a few file based functions.
Simply include this in your project and make calls via the stg_ex namespace.
Code Example ( main.cpp):
#include "stg_ex.h"
#include <iostream> //used to use std::cout to print messages
int main( int argc, char* args[] )
{
std::string hello_world = "Hello World, the sky is blue, the ocean is too!";
hello_world = stx_ex::string_replace_all( hello_world,"the ocean", "my tears when coding");
std::cout << hello_world << std::endl;
return 1;
}
Work on open source projects like this is not possible without funding. The amount of time it takes to update the codebases, create examples, tutorials and more is quite expensive. Please consider either a one-time or monthly donation to keep this engine going and more frequently updated.
We have a Patron Page that you can help fund future open source projects and the updates to this one.
There is also a PayPal one time donation method as well.
I appreciate your generousity and moving this project forward.
Come and join our discord server! Bounce ideas off each other, hangout and discord open source,gaming, etc.
Become a member on our forum! Here, you can find help and talk directly with the developers of this project!