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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

c# - Call function from DLL -