CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: thrust26

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,390

    Layout manager advise

    For an existing (old) SDL2 based C++ project (Windows/Mac OS/Linux), we plan to (partially) refactor our UI to use a layout manager. In the past I have had a very good experience in Java with...
  2. Replies
    1
    Views
    11,519

    Re: Huffman decoding w/o tree

    Small mistake:


    } while (code >= nextTable[...
  3. Replies
    1
    Views
    11,519

    Huffman decoding w/o tree

    Hi,
    since this is my first post here, please forgive me, if I should make any mistakes. :)

    About 10 years ago, for some ancient hardware (Atari 2600) I came up with (and implemented) an idea how...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured