Hi all,
For my program I need to read data from a file then "join" two chars as an unsigned short.
Currently I am using fstream to read the file (to signed chars) then making another array which is unsigned and copying the values. I know this is the long way of doing it, but I haven't a clue how to read the values as unsigned to start with. Is there a trick I'm missing?