Cocos2dx/for

提供: 初心者エンジニアの簡易メモ
ナビゲーションに移動 検索に移動
for (int i = 0; i < 10; i++) {
    names[i] = "taro";
}