Search:

Type: Posts; User: Phane

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,373

    I'm thinking this is a combination of two bugs,...

    I'm thinking this is a combination of two bugs, one in each program. The search program likely has the one you described and the builder program was putting the harmful vs harmless data there in the...
  2. Replies
    7
    Views
    5,367

    There is no way to pass a character array back as...

    There is no way to pass a character array back as a return value. Best way to do what I think you are trying to do is to create the character array in the parent function and pass the pointer to the...
  3. Replies
    4
    Views
    2,373

    I'm guessing you mean using fc /b which spits out...

    I'm guessing you mean using fc /b which spits out an extremely long list. Does that mean that the file is encoded differently despite being made with fwrite() in binary mode and getting identical...
  4. Replies
    4
    Views
    2,373

    Complicated database problem

    I have two programs that I wrote for work. One takes a huge text file database of airports, navaids, fixes for aviation and parses it, sorts it in alphanumeric order, indexes it and puts it all in a...
Results 1 to 4 of 4