const char * cstring = “Some text”; juce::String string(cstring);. How do I convert it back to a const char*? The standard library has ...
確定! 回上一頁