Hi. My size of binary file is 1920 KB and my struct size is 124 kb. now to find number of records in file I divided 1920/124 and it gives me 15.4.... do I add 1 to 15.4 and make it 16 or do i take it as 15?
How did you write it in the first place?
It looks like your structs are aligned by 128kb boundary.
(Did I read it right? YOur struct size is 124 kilobytes?)