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
 Intellisense with STL map iterators
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

20thCenturyBoy
Junior Member

Australia
11 Posts

Posted - Oct 28 2004 :  12:23:03 PM  Show Profile
Intellisense doesn't seem to work in the following scenario:

map<string, int>::const_iterator it = counters.begin();
cout << it->first; // intellisense doesn't suggest "first"

counters is a map container. When I type it-> there are no suggestions for "first" or "second" which are members of pair<string, int> i.e. values stored in the map.

I'm using VAssistX 1246 and VC++.NET 2003. I know Intellisense with C++ is troublesome at the best of times especially when templates are thrown into the mix, but is there a solution to this?

20thCB

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Oct 28 2004 :  5:06:22 PM  Show Profile
VAX has some problems with template's.

case=201

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Oct 29 2004 :  12:00:41 AM  Show Profile
With build 1278, you might enabled "Get content from default Intellisense" on the Listboxes node of our options dialog.
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