Posted in March 19, 2009 ¬ 9:21 pmh.Chris Richards
Because of my ventures into the waters of Objective-C I’ve started to take another look at C. Why you ask? This is because Objective-C is just a thin layer on top of C, which means that anything that is written in C is also written for Objective-C. So do people still use C? I haven’t [...]
Read the rest of this entry »
Posted in March 19, 2009 ¬ 11:53 amh.Chris Richards
I’ve started to learn Objective-C, the programming language for Macs and the iPhone. So far I really like it. The philosophy and syntax around it are quite different from anything I’m used to. In most Object Oriented Languages, You have very strict classes with inheritance and methods; properties for accessing those classes. And in most [...]
Read the rest of this entry »
Posted in March 14, 2009 ¬ 2:40 amh.Chris Richards
I switched over to Apple in 2003/2004 ish, and I’ve never really done any programming on it. Because of the iPhone, my intrest in apple development has peaked. So these last few days I’ve been looking into it and building some sample apps in XCode. I’m intrested in building a Visual Novel of sorts. As [...]
Read the rest of this entry »