jmasterx
Starting Member
1 Posts |
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 |
Edited by - jmasterx on Jun 03 2010 11:21:10 PM |
|