j
k
j a
j l
Sean Farrow wrote:
I need to convert and std::string to an int, should I use Lexical_cast or can I just use static_cast?
Use lexical_cast. Your compiler won't like static_cast.
Back to the thread
Back to the list