Quote Originally Posted by EVOEx View Post
Only if the two architectures use the same size and type of floats. If you want it really portable you should communicate the floating point integers in another format. Simple text is quite common and can be written and read directly using streams.
Im afraid I can't do that. Im writing to a specific file format that is binary and big-endian.