Read hexa data from file
Posted
by confusedman
on Stack Overflow
See other posts from Stack Overflow
or by confusedman
Published on 2010-04-29T06:04:28Z
Indexed on
2010/04/29
6:07 UTC
Read the original article
Hit count: 262
I'm trying to read hexa data(color value ex. 0xffffffff) from txt file...
but i don't know how to read it....
i declared the color value like 'uint color' and i want to change the value though txt file.
if i use int data i can use 'atoi' function, but what can i use function for uint?
© Stack Overflow or respective owner