How does a decimal to hexdecimal converter works in c++?

前端 未结 0 2012
滥情空心
滥情空心 2020-12-08 09:00

Is it automated when you use char? I have studied this code:

void decToHexa(int n)
{
    char hexaDeciNum[100];

    int i = 0;
    while(n!         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题