Phil Nash:

>>           Not all pointers refer to resources.
>
>Hmmm, unless you are thinking of null pointers I can't think of any pointers
>that don't refer to resources. Perhaps we have a different definition of
>resource?

Or of 'refer to resources'?

 char * ptr = new char [12]; // points to (ergo, refers to) resource
 char * ptr2 = ptr+4 ;       // points _into_ resource

Alan
-- 
Alan Bellingham
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to