Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
各変数名を自動インクリメントするEclipseの方法はありますか?
例えば
int mInt; int mInt2; int mInt3; int mInt4;
や。。など。
似たような名前の変数がたくさん必要な場合は、配列などの別のデータ構造を使用したほうがよい可能性があります。