Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Geek Culture / Objective C help....

Author
Message
cmando
14
Years of Service
User Offline
Joined: 7th Jan 2011
Location:
Posted: 12th Mar 2011 03:39
Hey forum-goers. Does anyone have any good links or books about learning Objective C. I have no programming knowledge whatsoever, but would like to learn. Thanks for any help!
ionstream
20
Years of Service
User Offline
Joined: 4th Jul 2004
Location: Overweb
Posted: 12th Mar 2011 06:18
I can't give you any Objective C help, but I can give you Subjective C help.

When your laughing desists, this site is good:

http://cocoadevcentral.com/

cmando
14
Years of Service
User Offline
Joined: 7th Jan 2011
Location:
Posted: 12th Mar 2011 15:55
If this was facebook, i would like that comment. Thanks!
JoelJ
21
Years of Service
User Offline
Joined: 8th Sep 2003
Location: UTAH
Posted: 13th Mar 2011 05:28
Cocoa Programming for Mac OS X is an awesome book.

Your mother has been erased by a mod because it's larger than 600x120
Van B
Moderator
22
Years of Service
User Offline
Joined: 8th Oct 2002
Location: Sunnyvale
Posted: 15th Mar 2011 12:49
Objective-C for a first programming language might not be the easiest or most effective choice. I would suggest learning a higher level language before tackling Obj-C, maybe even C/C++ itself. You can use C and C++ in XCode, in fact there's very little Obj-C code in my iOS project, the whole game is written in C++, with Obj-C for the cocoa and deep internal stuff (which I don't understand).

Try not to become one of 'those' iOS developers who drag and drop their applications together - unless you only want to make shallow little apps, egg timers and pointless stuff like that.

Health, Ammo, and bacon and eggs!
Dazzag
22
Years of Service
User Offline
Joined: 26th Aug 2002
Location: Cyprus
Posted: 15th Mar 2011 15:08
If you have experience in DB then try GLBasic. Works pretty well and has a similar syntax to DB. People on there have gone from zero iOS and C experience to releasing full games on the app store in only a few weeks.

Cheers

I am 99% probably lying in bed right now... so don't blame me for crappy typing
Current fave quote : "She was like a candle in the wind.... unreliable...."
cmando
14
Years of Service
User Offline
Joined: 7th Jan 2011
Location:
Posted: 15th Mar 2011 23:33
@Van B-I didnt know that Xcode supported C++. if so, can you point me at a good website as i kniw nothing about coding in those types of language.
Van B
Moderator
22
Years of Service
User Offline
Joined: 8th Oct 2002
Location: Sunnyvale
Posted: 15th Mar 2011 23:54
Yeah, if you use .mm extensions it uses C++, using delegates and setting up the EAGLView etc with code. I can't really help or offer real advice on this though, the base framework I'm using isn't mine. From what I gather, it's more restricted to work like that if you want to mix Obj and C++, but setting up an interface class then doing everything in C++ is quite straightforward. I'm sure you can find a framework to start from, maybe something with GLES sprites and a sound engine.

Health, Ammo, and bacon and eggs!
JoelJ
21
Years of Service
User Offline
Joined: 8th Sep 2003
Location: UTAH
Posted: 16th Mar 2011 07:15
Personally I actually like objective-c over C++. The syntax isn't the greatest but you get used to it. I think it's just fine for a first language. Especially compared to c or c++. objective-c is just as "low level" as c++ is. They use the same compiler (gcc and/or llvm) and both compile down to machine code

Your mother has been erased by a mod because it's larger than 600x120
Van B
Moderator
22
Years of Service
User Offline
Joined: 8th Oct 2002
Location: Sunnyvale
Posted: 16th Mar 2011 09:29
When learning though, I think it's best to go for the language with the most resources. With C++, you get stuck, and your usually unstuck within 5 minutes googling, that's what I found at least.

Health, Ammo, and bacon and eggs!

Login to post a reply

Server time is: 2025-05-23 04:39:25
Your offset time is: 2025-05-23 04:39:25