Oct 2, 2009 at 4:21pm
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 Oct 2, 2009 at 4:23pm
Oct 2, 2009 at 5:41pm
Thanks Bazzy,
But... Is there also a way to know the numberOfCstrings before the call of the std::vector constructor ?
S.
Last edited on Oct 2, 2009 at 5:41pm
Oct 2, 2009 at 9:05pm
Not really, when you have an array in a pointer you should know the size of it