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

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -