bare with my basic question. I m basically from a C/C++ background. And i would like to develop a parser for particular data formation in iOS, and send few information after parsing to UI. I already have the parsing login in C, My question is , can i use the same code in Objective-C?
Share
Since Objective-C is a strict superset of C, any and all C code is valid Objective-C code, so the answer is yes.