Objective-C++ & glutInit

I am creating an objective-c application that makes use of C++. How do I go about transferring the glutInit from the C++ main function to the Objective-C program? There is no "main" function as there is in a strictly C++ application, where the parameters to pass to glutInit were coming from.

Is it possible to draw an OpenGL target to an Objective-C window?
Topic archived. No new replies allowed.