Search:

Type: Posts; User: Seabass

Search: Search took 0.00 seconds.

  1. Replies
    37
    Views
    8,392

    I agree with the OP here. What's going on these...

    I agree with the OP here. What's going on these days is an attempt to acquire rights to a mere concept (an "effect", in essence) rather than some particular mechanism. Patenting a specific design for...
  2. Replies
    9
    Views
    1,485

    Most file selection widget API's provide some...

    Most file selection widget API's provide some sort of regex support for filtering file types, too. Maybe that would be a more appropriate place to implement your listing logic?
  3. Replies
    9
    Views
    1,485

    Categorize by file extension or, if you're...

    Categorize by file extension or, if you're feeling really adventurous, create a set of file 'parsing' routines to identify the various 'signatures' common to certain file types (which can often be...
  4. Replies
    13
    Views
    2,107

    Instead of relying on arbitrary constants, why...

    Instead of relying on arbitrary constants, why not just dynamically allocate/deallocate the string within the loop? It's a little more work, but given that the end result is a much more robust...
  5. Replies
    9
    Views
    1,468

    Maybe you're thinking of a const reference to a...

    Maybe you're thinking of a const reference to a temporary?
  6. It's not required by the standard, I think, but...

    It's not required by the standard, I think, but in practice that is typically how it's implemented, except for maybe string literals, which are generally stored in a static memory area.
Results 1 to 6 of 6