i have a CCArray
then i add a integer into it
then i want to get this integer from this CCArray
|
で、ここからint型整数整数を取り出すのは、
int firstOne = [temp1 intValue];
出典は、
臆面もなくド素人ぶりを晒しながら、 iOS(Mac)上で実現したいものを創っていくための学習メモブログです。web上の参考資料は英語が多いので、英語の世界に迷い込んで試行錯誤。がむばろうニッポン。 (誤謬がありましたら、コメント等でお教え下さい)
i have a CCArray
then i add a integer into it
then i want to get this integer from this CCArray
|