RE: funktion itoa

2003-07-30 Thread Bill McCormick
> > I need to convert a integer to a string and in this case I want to use the > itoa funktion call. > I found a description of this funktion that explains: > > char * itoa ( int value, char * buffer, int radix ); > > Wich is defined in stdlib.h. > > When I try to compile I get the follwing error:

funktion itoa

2003-07-30 Thread Frank Wagner
Hello, I need to convert a integer to a string and in this case I want to use the itoa funktion call. I found a description of this funktion that explains: char * itoa ( int value, char * buffer, int radix ); Wich is defined in stdlib.h. When I try to compile I get the follwing error: implic