|
Blue Forest http://www.lslnet.com at 10:18 on June 6, 2006
ASSIC-> figures help Is there not with 0->9, A->F the strings, and 16 to 229 the number of library functions Mody, the younger brother here, the first Thank you. |
Man sscanf |
If C + + can be used istringstream
The proposals look at the C + + Standard Library-A Tutorial and Reference by Nicolai M. Josuttis
#include "Iostream>
#include "Sstream>
Using namespace std;
Int main ()
{
Istringstream ss ( "0x1a");
Int i = 0
Ss "" hex "" Rifa
Cout "" i "" endl;
Return 0
} |
Sscanf
Instead sprintf |
| |