I hope to read/write a byte of a binary file.
Is it possible to access binary file and write/read a byte of the file using objective-c?
Just like C can do?
Welcome any comment
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Objective-C is a proper superset of C. Not only does it have its own file I/O methods, you can do exactly what you would do in standard C to access files.