C implementation for C++ strings & vector of strings – stackoverflow.com

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

0 Comment to "C implementation for C++ strings & vector of strings – stackoverflow.com"