j
k
j a
j l
Il 11/02/2010 17:17, pedro chaparro ha scritto:
hi, what is the sintax of the command to do a conversion from string to int? thanks
Maybe you can use boost lexical_cast. Something like: boost::lexical_cast<int>(your_std_string):
Back to the thread
Back to the list