PDA

View Full Version : New to MAC Programming




johnfelix
Oct 1, 2008, 11:24 AM
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!!!



kpua
Oct 1, 2008, 11:33 AM
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.