Does anyone know where or how to obtain a C++ example to create iPhone apps? What I am looking for is just using C++ (no objective-C or just the bare essential objective-C) and no interface builder, source only.
Can ayone help me locate such a beast?
You can download Carmack’s source for Wolfenstein3D for the iphone to see what a program that only uses the minimum of Objective-C necessary to run looks like.
He uses C mixed with Objective-C in this case ,but as everyone has mentioned, there’s no way to avoid using some Objective-C if you plan on linking against the iPhone SDK.