Chilkat C++ API Lowercase Methods Returning “const char *”
In any Chilkat C++ class, there are two alternatives for methods that return a string, and for string properties. The first alternative is to return the string in an output-only “CkString &” in the final argument. The second alternative is to return a “const char *” directly. For example, the CkSFtp class has the following: // A property named “HostKeyFingerprint” […]