First, I'm going to use a project from my C++ class. It is a simulation of Ant and Doodlebugs. You can find resources on the net talking about this simulation. Usually, it is done in java, as I have found.
I'm actually going to code this in C first. Once it is working and I'm, and hopefully you, happy with it I will then change everything to Objective-C using its idea of objects.
I will post a specification in my next post. I'm using Xcode but if your want to follow using a different IDE then just let you know that I'm going to use LLVM and LLDB. You can find the web page for LLVM here.
Also, I will use the foundation classes. I will also try to use the open source version of Objective-C, or display any code as the OS version of ObjC.
Before I begin any questions?