x404.co.uk http://www.x404.co.uk/forum/ |
|
What version of OS X? http://www.x404.co.uk/forum/viewtopic.php?f=4&t=8096 |
Page 1 of 2 |
Author: | forquare1 [ Wed May 05, 2010 11:49 pm ] |
Post subject: | What version of OS X? |
Hi all, I'm trying to learn Objective-C and Cocoa to try and fill the gap that was left by finishing my final year project. The book I'm reading talks about memory management in code and how you can manually manage memory, or use Garbage Collection to do it automatically. There are many advantages and disadvantages of using Garbage Collection, but some of the main disadvantages are that OS 10.4 and lower doesn't support it, and neither does the iPhone (at least not at the present). As Java uses Garbage Collection, I'm used to not having to deal with memory management. I'm wondering how many users might be effected if I use Garbage Collection in Objective-C... So, what do you guys use? Thanks, Ben |
Author: | Fogmeister [ Thu May 06, 2010 8:01 am ] |
Post subject: | Re: What version of OS X? |
Memory management is really not very difficult to get to grips with in Obj-C. The main rule to stick by is that if you alloc and object in a class/method then dealloc it at the end. There's a lot of stuff on ... GAH can't remember the name of the site but you post questions and people answer them. |
Author: | Fogmeister [ Thu May 06, 2010 8:03 am ] |
Post subject: | Re: What version of OS X? |
http://stackoverflow.com/search?q=objec ... management |
Author: | Fogmeister [ Thu May 06, 2010 8:06 am ] |
Post subject: | Re: What version of OS X? |
Give this a read also... Had a quick skim and it looks very good. http://developer.apple.com/iPhone/libra ... yMgmt.html |
Author: | steve74 [ Thu May 06, 2010 10:55 am ] |
Post subject: | Re: What version of OS X? |
I've voted 10.4 (PowerPC) - that's what we have to use at work, due to the age of the Macs (mainly G5s, some G4s!) and the software we run. To upgrade the software to Adobe CS5 would require a complete move to Intel hardware which the company can't afford at the moment. Similarly, that would require an upgrade to 10.6 which might also have other implications in terms of compatibilty - printers, scanners etc. So we're sticking on our existing setup for the time being. At home, I'm still on PowerPC, but have now upgraded to 10.5 in preparation for an iPad later this month (hopefully!). |
Author: | gavomatic57 [ Thu May 06, 2010 4:00 pm ] |
Post subject: | Re: What version of OS X? |
10.6.3! |
Author: | jonbwfc [ Thu May 06, 2010 4:41 pm ] |
Post subject: | Re: What version of OS X? |
I have a macbook running 10.5 and a Mac pro running 10.6. So err... yeah. |
Author: | Amnesia10 [ Thu May 06, 2010 6:25 pm ] |
Post subject: | Re: What version of OS X? |
I have a powerbook using Leopard, and two imacs and a MacBook Pro all using Snow Leopard. |
Author: | Nick [ Thu May 06, 2010 6:39 pm ] | |||||||||
Post subject: | Re: What version of OS X? | |||||||||
Very simiar to me - I have a Mini on .6.3 and a Book on .5.8 ![]() |
Author: | bally199 [ Fri May 07, 2010 10:50 pm ] |
Post subject: | Re: What version of OS X? |
10.5 Intel and 10.4 PPC. |
Author: | davrosG5 [ Sat May 08, 2010 8:40 am ] |
Post subject: | Re: What version of OS X? |
10.5.8 PPC on my venerable PowerMac G5. Apple tends to be fairly ruthless with their upgrade schedule. They support the current and previous version of the OS and nothing earlier (so currently 10.5 and 10.6). That tends to drive upgrades. |
Author: | ProfessorF [ Sat May 08, 2010 8:45 am ] |
Post subject: | Re: What version of OS X? |
10.5.8 PPC here. |
Author: | davrosG5 [ Sun May 09, 2010 6:57 am ] | |||||||||
Post subject: | Re: What version of OS X? | |||||||||
You don't appear to have ticket the box though. |
Author: | MrStevenRogers [ Sun May 09, 2010 12:22 pm ] |
Post subject: | Re: What version of OS X? |
OS X 10.6.3 on 5 systems (1 iMac 3 MacMinis 1 MacBook) … plus have it running on 2 netbooks for the kids school use … (note. a full version of 10.6 was purchased for each netbook) |
Author: | tombolt [ Tue May 18, 2010 12:32 pm ] | |||||||||
Post subject: | Re: What version of OS X? | |||||||||
Same here, I'm not sure what we're going to do about CS5, will cost us a fortune. Apple always used to be so good about backwards compatibility as well, but they seem to have abandoned it now. |
Page 1 of 2 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |