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.
こんにちは、nsstring を unsigned char に変換したいのですが、次のコード行で試しました
unsigned char strTransforms[100] = (unsigned char) [newTransFarString UTF8String];
しかし、「配列初期化子は初期化子リストでなければなりません」というエラーが表示されます
unsigned char にキャストするにはどうすればよいですか。ありがとう
NSString メソッド – getCString:maxLength:encoding: を試しましたか?