Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Problem selecting . instead of ->

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
dango Posted - Jan 29 2007 : 5:04:58 PM
Hi Using build 1544 with vs 2003:

#include <vector>

using namespace std;
class TestClass
{
public:
int myInt;
};
void TestFunc()
{
std::vector<TestClass> stuff(100);
for (int i=0; i < (int) stuff.size(); ++i)
{
TestClass& curTest = stuff[i];

curTest
}
}

Type a '.' after curTest and VA incorrectly turns it into a "->"

Thanks,
DanGo
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Mar 17 2007 : 4:07:00 PM
Case 4795 is fixed in build 1549.
feline Posted - Jan 30 2007 : 07:56:40 AM
I am seeing the same effect here. Thank you for the clear description. In my testing if curTest is initialised to point at something other than an array item then this does not happen, which is good.

case=4795

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000