Hello everybody.
I have to convert a char* (from a C function) to long. At the moment I'm using
long foo = to!long( to!string(bar) );
but this doesn't feel right... with 2 to calls. Is this the way to go? Or is there something better?

Mars

Reply via email to