There are lots of ways...
Example in C:
itoa(value, string, radix);
value: Number to be converted
string: String result
radix: Base of value, must be in the range 2 â 36
Quote:
quote:Originally posted by Judex
I am writing a lexical analyser in C. I need to know how to convert integer to string . The other way round I can do it.
Thanks
judex
|
Thiago Falcão