How to read 'long long' from binary file?

2 Ansichten (letzte 30 Tage)
Andrew
Andrew am 25 Mär. 2014
Beantwortet: James Tursa am 25 Mär. 2014
Hello community,
I've got a binary file which was written with C++. How can I read a number in 'long long' format (8 bytes)? In the Matlab help I found only this info:
reading binary file with function _ fread(fileID, sizeA, precision)_ where precision could be only 'long' (in my case), but this is only 4 bytes.
Thanks in advance!
Andrew

Akzeptierte Antwort

James Tursa
James Tursa am 25 Mär. 2014
For precision use '*int64'. If the file was written on a different machine you may need to deal with endian stuff as well.

Weitere Antworten (0)

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by