:? and :& operators [c++]

From: Chris Schumacher (kensu___at_hotmail.com)
Date: 10/30/04

  • Next message: James Dennett: "Re: :? and :& operators [c++]"
    Date: Sat, 30 Oct 2004 02:46:29 GMT
    
    

    In D.S. Malik's book on Data Structures he lists several operators that
    can't be overloaded, and :? was one of them. I also saw :& in a "quote"
    from Unix code. I haven't been able to find any information on these
    operators through normal channels. Does anyone know what they do?

    Thanks.

                                                    -==Kensu==-


  • Next message: James Dennett: "Re: :? and :& operators [c++]"

    Relevant Pages

    • Re: :? and :& operators [c++]
      ... Chris Schumacher wrote: ... > In D.S. Malik's book on Data Structures he lists several operators that ... > from Unix code. ...
      (alt.comp.lang.learn.c-cpp)
    • Re: Factor
      ... emphasis on idiomatic programming is the greatest challenge. ... it sure is nice when a language gives you a rich and ... flexible set of data structures and algorithms that are designed so ... There is no reason to believe that my implementation of lists is ...
      (comp.lang.forth)
    • Re: averages
      ... using data structures rather the arrays. ... I am kinda struggling with binary search trees right now. ... I chose linked lists because they are simple and they are conceptualy ... similar to arrays except that they make memory management easier. ...
      (comp.lang.c)
    • Re: Lisp, 50th Birthday
      ... misconceptions/misunderstandings were worth responding to. ... Cells do this automatically for you? ... if running down the lists ... The alternative would have been procedural code building up the same data structures that emerge during the solution of a problem. ...
      (comp.lang.lisp)
    • Re: locks
      ... >data structures was only necessary when more complicated structural ... >lists, insertion of values in dicts and the like never needed this. ... modifying and then reading a mutable object, ...
      (comp.lang.python)