| 
        
          | 
              
                | T O P I C    R E V I E W |  
                | jmasterx | Posted - Jun 03 2010 : 11:20:21 PM Here is what I have:
 VA X 10.5
 
 I'm using VS2008 and C++
 
 I created a class.
 I created a structure.
 I created another structure.
 Part of the second structure is an std::vector of the first one.
 I created a vector of the second structure in the class.
 I created an instance of the class.
 
 Instead of class.struct2[0].struct1[0].var
 intelisense shows:
 
 class.struct2[0].struct1[0].struct1[0].struct1[0].... infinitly...
 
 My code compiles just fine, and MS intelisence understands it properly. How could I fix this?
 Thanks
 |  
                | 1   L A T E S T    R E P L I E S    (Newest First) |  
                | accord | Posted - Jun 04 2010 : 3:38:36 PM I am seeing the same effect here. Thank you for the clear description.
 
 case=24631
 |  |  
 |