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
 STL problems
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Grisha Spivak
New Member

2 Posts

Posted - Feb 20 2004 :  05:06:37 AM  Show Profile
Some code - problem points marked as (*N*):


struct some_struct
{
	int i;
	float f;
};
void func1()
{
	std::vector<some_struct> struct_vec;
	std::vector<some_struct>::(*1*)iterator i = struct_vec.(*2*)begin();
	i->(*3*)
}


(*1*) - suggestion box opens, but this is not a VA box - it is from default IntelliSence - I have disabled corresponding option from VA settings

(*2*) - only some typedef members appears in suggestion box

(*3*) - same suggestions as for (*3*) - typedefs from vector

Some time ago I have created vector_interface.h - file with declaration of public interface for std::vector and included it in StdAfx.h file from VA .NET install directory - it almost worked - I have typedefed iterator as pointer, but still get some strange typedefs in suggestion boxes.
But with VA X didn't work.
  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