Slashdot Mirror


User: hajokirchhoff

hajokirchhoff's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:Java on Lit Window Library 0.3 released · · Score: 1

    Do reflections in java support containers? And if so, can you extend them to add your own container implementation?

    IOW: does p.load(...) work if p contains a vector of elements (that may itself contain another vector)?

    And, yes, I agree. C++ needs a decent standard library and reflections should be part of it :)

  2. Re:Boost? on Lit Window Library 0.3 released · · Score: 2, Interesting

    I'd love to use boost and probably will at some point in the future. I all but stole the semantics for + from boost anyway. I didn't use boost at this point because I want to support wxWidgets and that in turn still supports some rather old compilers and I was unsure how well the boost library compiles with them. I also did not want to require yet another library.

    But I agree that I'd love to see some convergence with the boost library.

    BTW, whats the 'boost review process'? I have browsed the boost documentation, but don't follow the boost development.

    Hajo

  3. Re:Show me the code. on Lit Window Library 0.3 released · · Score: 2, Informative

    Here, as advertised on the homepage:

    http://www.litwindow.com/lwl/doc/html/comparison_1 0x.html

    or here for a real-world example:

    tutorial for a simple rssreader (incomplete)