C_and_CPP 版 (精华区)

发信人: ghl (量子), 信区: C_and_CPP
标  题: Re: 谁知道C语言里,把字符串或10进制数转换成16进制...
发信站: 哈工大紫丁香 (2003年12月25日19:54:27 星期四), 站内信件

    int temp;
    char hex[10],dec[10];

    sprintf(hex,"%s","a0");
    sscanf(hex,"%x",&temp);
    sprintf(dec,"%d",temp);

    printf("0x%s = 0d%s",hex,dec);

【 在 fwdgv (我是一只鱼) 的大作中提到: 】



--
不攀  不懒  不贪

※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 202.118.235.57]
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:2.175毫秒