Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: How to write 2 dimensional array of float numbers to binary file?

    @copeg What I think he's seeing is the binary values of doubles one after the other with no separators for all the numbers he wrote out. writeDouble() is a Data output method that would put out the...
  2. Re: How to write 2 dimensional array of float numbers to binary file?

    Please explain how you saw the "huge number"?
    Did you use a hex editor?
    What do you expect to be in the .dat file?

    To verify the file has good data, write another small program that uses...
Results 1 to 2 of 2