Search:

Type: Posts; User: ngloosh

Search: Search took 0.00 seconds.

  1. Thread: diff parser

    by ngloosh
    Replies
    9
    Views
    2,966

    That makes me sad. But thanks.

    That makes me sad. But thanks.
  2. Thread: diff parser

    by ngloosh
    Replies
    9
    Views
    2,966

    I'm in a pickle. Artistic Style is only changing...

    I'm in a pickle. Artistic Style is only changing whitespace and newline issues, meaning that it's comparing dissimilar lines. I diff'ed the before and after files, it's giving me total hell. Even...
  3. Thread: diff parser

    by ngloosh
    Replies
    9
    Views
    2,966

    Nope, not very difficult. Just verbose and not...

    Nope, not very difficult. Just verbose and not very robust. I'm checking for whitespace changes using regex, but it's not very precise. I'm simply taking one of the lines and turning it into a...
  4. Thread: diff parser

    by ngloosh
    Replies
    9
    Views
    2,966

    I need the format to be "Warning, LINE_NUM: blah...

    I need the format to be "Warning, LINE_NUM: blah blah blar blar"
  5. Thread: diff parser

    by ngloosh
    Replies
    9
    Views
    2,966

    diff parser

    Hey,

    So I'm searching for smarter answer to a diff parser I'm writing. I'm writing a custom beatification program that uses Artistic Style to satisfy part of its needs.

    The code has to have...
  6. Replies
    6
    Views
    2,128

    cool, cool. Both of you make sense. Thanks.

    cool, cool. Both of you make sense. Thanks.
  7. Replies
    6
    Views
    2,128

    I'm not too familiar with function ptr syntax, so...

    I'm not too familiar with function ptr syntax, so I'm trying to understand: what does this typedef do for the code? Without it, I can already use *T_FUNC_CALLBACK. Since it has the same name, and...
  8. Replies
    6
    Views
    2,128

    weird typedef syntax

    Heya, so I can't wrap my mind a typedef'ed function pointer in a header I want to understand. It's of the form:

    typedef void (*T_FUNC_CALLBACK) (UINT8 *setupPtr, UINT8 *dataPtr);

    Tell me if...
Results 1 to 8 of 8