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
 Problem with C++ templates
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

xMRi
Tomato Guru

Germany
315 Posts

Posted - Feb 05 2004 :  03:48:45 AM  Show Profile
Type the following code lines
void test()
{
typedef std::multimap<long,long> TX;
TX mmap;
for (TX::iterator it=mmap.begin(); it!=mmap.end(); ++it)
it->second = 0;
}

First problem: after typing begind and end and accept the VA suggestion the cursor is located in the pharentesis, but we need to arguments!
Second problem: After typeing it->sec an empty suggestion box occurs, and from this moment the END keynavigation does not work. Also VA should "know" about what it-> expands to!

Using VS.NET 2003 and VA Build 1215.

Martin

Martin Richter [rMVP] WWJD http://blog.m-ri.de
"A well-written program is its own heaven; a poorly written
program is its own hell!" The Tao of Programming
  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