T O P I C R E V I E W |
beylevem |
Posted - Mar 16 2009 : 8:51:32 PM The declaration
double a, *b;
seems to cause a problem for VA. When one mouses over the variable b, VA shows "double b", which is the wrong level of indirection. Of course, purists would argue that the declarations should be separated... |
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Mar 17 2009 : 9:53:18 PM It has been reported before, but only a couple of times |
beylevem |
Posted - Mar 17 2009 : 3:17:26 PM If the case number is not a typo, it would seem that this is a previously reported problem :-) |
feline |
Posted - Mar 17 2009 : 1:43:31 PM I am seeing the same effect here. Thank you for the clear description.
case=1000
I generally try and avoid getting into how you "should" write code, it is something of a minefield of strongly held views |