Read hexa data from file
- by confusedman
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?