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.
数値exで始まるブール値を宣言することはObjectiveC2.0の規則に反しますか?123bool?
なぜ配列を使わないのですか?BOOL foos[400];BOOL変数をこんなにたくさん宣言して、名前がほぼ同じなのは非常にまずいと思います。ところで、変数の最初の文字を大文字にしないでください。コーディング スタイルが悪いからです。
BOOL foos[400];