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

Popular posts from this blog

c++ - Cmake produces file extensions in static library archives -

c# - Roxy file manager in MVC doesn't accept session path -

c# - Check if a NumericUpDown has no value -