C implementation for C++ strings & vector of strings – stackoverflow.com 05:50 Posted by Unknown No Comments I've some C++ APIs like below: API1(std::string str, std::vector<std::string> vecofstr); I want to call this API from a C code. How can i provide a C wrapper for this ? std::string str => ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Unknown
0 Comment to "C implementation for C++ strings & vector of strings – stackoverflow.com"
Post a Comment