String icon indicating copy to clipboard operation
String copied to clipboard

C++ string class that mimics functionality of std::string, including iterators.

Results 1 String issues
Sort by recently updated
recently updated
newest added

``` jd::string str(""); printf("%s\n", str.c_str()); ``` which will print out `(null)`