Suppose you have a class foo like this: class foo { public: int X; int Y; int Z; foo(int x = 0, int y = 0, int z = 0): X(x), Y(y), Z(z) {} }; And you have a variable f(1, 2, 3) what you watch in your Watch window. The window looks like this:…
Customize autoexp.dat for own types in VS2005
Posted on