Results 1 to 4 of 4

Thread: How to read/write sets of orderded numbers in binary

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Jan 2007
    Posts
    12
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    2

    Default Re: How to read/write sets of orderded numbers in binary

    Oh, what a solution! Thanks a lot for this! I'm baffled on how I can't come up with such a cheap (meaning not computing expensive) solution. I guess this seperates programmers, those who can program, and those who can design software.

    As I said, I originally tried to represent a byte as end of row. Well to do it, I must check every designated byte for it, using for and if loops, that would have really slow down computing time.

    Emm.. just a general question then, is this how people code for binary data, by inputting the sizes of particular row/col first? Are there any other types out there? I'm curious on the designs of binary read/write people can come up with.
    Last edited by kaydknight; 10th March 2007 at 18:03.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.