Posts Tagged ‘objC’

The C language, do people still use it?

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 [...]

Share
Read the rest of this entry »

First Impressions with Objective-C

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 [...]

Share
Read the rest of this entry »

Objective-C

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 [...]

Share
Read the rest of this entry »