c++ - Little Endian Character in external file to INT32 -
So assuming I have a small endian formatted character in an external file, say 65535 (0x00 00FF FF) in the external file, 0xFF 0xFF 0x00 0x00 "(of Course's Ascii) was printed. How do I convert the external file's character to an INT32-bit number? The file should read in% c mode. Program "should" use C ++
Comments
Post a Comment