>
> 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:
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
2 matches
Mail list logo