Hello,
I was googling without success to find the "canonical" way to transfer values from char** to std::vector<std::string>.
Could help?
S.
Last edited on
Thanks Bazzy,
But... Is there also a way to know the numberOfCstrings before the call of the std::vector constructor ?
S.
Last edited on
Not really, when you have an array in a pointer you should know the size of it