j
k
j a
j l
AMDG 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?
You should use lexical_cast. A static_cast won't compile. In Christ, Steven Watanabe
Back to the thread
Back to the list