Posts by user75138 • 11 points
1 post
-
1
votes1
answer142
viewsQ: Java to Objective-C conversion
I need to convert this small code in Java to Objective-C to run a function in Objective-C, but there is an error that I haven’t been able to find yet. Java code: final char CHR0 = 0; String…