The D Programming Language
    Alan J Rosenthal 
    flaps at dgp.toronto.edu
       
    Thu Mar  3 13:48:12 AEST 1988
    
    
  
In article <105 at logi-dc.UUCP> joe at logi-dc.UUCP (Joe Dzikiewicz) writes:
>	ptr_to_a => a_ptr;
>
>This would be equivalent to:
>
>	ptr_to_a = ptr_to_a->a_ptr;
the correct operator is probably '->=' rather than '=>', by analogy with
'+=' and friends.  (this wouldn't even change the meaning of "a-->=b"...)
-- 
If you had eternal life, would you be able to say all the integers?
    
    
More information about the Comp.lang.c
mailing list