j
k
j a
j l
hi, what is the sintax of the command to do a conversion from string to int? thanks
#include std::string s = "123"; int number = boost::lexical_cast<int>(s);
Back to the thread
Back to the list