for (int i = 0, count = toolbar.GetButtonCount(); i < count; ++i)
{
// ...
}!!
なんで、今まで気付かなかったんだろう……。久しぶりに C++ のソースを読んで衝撃を受けました。
for (int i = 0, count = toolbar.GetButtonCount(); i < count; ++i)
{
// ...
}!!
なんで、今まで気付かなかったんだろう……。久しぶりに C++ のソースを読んで衝撃を受けました。