Re: A92: Letters and Numbers


[Prev][Next][Index][Thread]

Re: A92: Letters and Numbers




try it:

_main()
{
     char str[14];
     int num = 245;

    sprintf(str,"%d",num);
    DrawStr(0,0,num,4);
};


Noah Medling wrote:

> Does anyone know how to convert numbers into strings, so I can use
> them with DrawStr or WriteStr, without using libraries?
>
> Free web-based email, anytime, anywhere!
> ZDNet Mail - http://www.zdnetmail.com





Follow-Ups: References: