J johnfelix macrumors newbie Original poster Oct 1, 2008 1 0 Oct 1, 2008 #1 Hi. I am new to mac programming environment.I am going to develop an application which has c libraries.Is it possible to call any c functions from a objective c program? THANKS!!!
Hi. I am new to mac programming environment.I am going to develop an application which has c libraries.Is it possible to call any c functions from a objective c program? THANKS!!!
K kpua macrumors 6502 Jul 25, 2006 294 0 Oct 1, 2008 #2 Yes. Objective-C is a strict superset of C (which isn't quite true of C++, for example), so any C code is also valid Objective-C code.
Yes. Objective-C is a strict superset of C (which isn't quite true of C++, for example), so any C code is also valid Objective-C code.