Hi All,
Could you please let me know how to display a Hexa decimal number with space delimiter in CEGUI Edit Box using C++.
in a format as in the example below with spaces after 4 bytes)
0x0000 0000 0000 0000
But for calculation purpose the entire string should be considered as a single value.
Appreciate your help.
Thanks,
Sudhakar
How to display Hexa decimal number with space delimiter
Moderators: CEGUI MVP, CEGUI Team
Re: How to display Hexa decimal number with space delimiter
But for calculation purpose the entire string should be considered as a single value.
This is not possible. A string is an array of characters and not a single value.
Make a manual conversion function that transforms a hexadecimal string into a hexadecimal int (or long, or whatever) and vice-versa and use that to transform the value whenever needed.
CrazyEddie: "I don't like GUIs"
Who is online
Users browsing this forum: No registered users and 27 guests