Table of Contents
Previous Section
In addition to using compiled Objective-C in WebObjects applications, you can also use compiled C or C++. The interface you provide to WebObjects must be in Objective-C since WebObjects can't invoke C or C++ functions. However, you can directly invoke C and C++ functions from Objective-C.
Some of the options for integrating C or C++ code into your application are as follows: