hello .
I have a problem.
I have a variable DWORD num= 0x1234ABCD
i want to convert it to char *
for example-
char * result[0]= '[the ASCII of 0x1]'
result[1]= '[the ASCII of 0x2]
result[2]='[the ASCII of 0x3]
...

How can i do this??
thank you very much!

Recommended Answers

All 2 Replies

>How can i do this??
Did you start by searching? Converting an integer to a string is a very common question.

> Did you start by searching?
Of course not, they started by cross-posting

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.