Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 . turn into ->
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

fwid
Junior Member

22 Posts

Posted - Oct 26 2005 :  04:39:04 AM  Show Profile
vs6 + va 1428

class foo;
foo &def = *(foo*)this;

then type "def." will turn into "def->"

another circumstance:
class foo;
foo* p[10];
type "p[0]." will NOT turn into "p[0]->"

Edited by - fwid on Oct 26 2005 05:01:43 AM

feline
Whole Tomato Software

United Kingdom
19014 Posts

Posted - Oct 27 2005 :  6:41:29 PM  Show Profile
i believe the first case is covered by

case=832

this is where references and instances initialised from pointers where they are converted are viewed as pointers.

the array of pointers appears to be a new one

case=862

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000