Auto incremental variable name eclipse -
is there way in eclipse auto-increment each variable name?
for example
int mint; int mint2; int mint3; int mint4; and etc.
chances if need many similarly-named variables, you'd better off different data structure, array.
Comments
Post a Comment