hello, i was wondering does programing require a good (like a mac pro or macbook pro)?
hello, i was wondering does programing require a good (like a mac pro or macbook pro)?
i tried to google but i keep getting irrelevant results
thank you
No, development itself works fine on even the lowest preformming computer. text editors and compilers are not very demending applications. But if the software you are writing requires lots of "power" then you will need a high and machine to test it with.
For example I'm writting softhing right now that is designed around a database. My computer idles at arount 0 to 5% CPU load while I edit the source code and so on. But then I run a test and the software I wrote takes 5 to 7 minutes on my dual Xeon system with SCSI u320 disks. Back when I had a slower computers test runs could take 45 to 60 minutes.
Likwise if I were writing a game I'd need a computer that could run my game so I could test it but I could write the game on a 10 year old g4 based iBook if I wanted.
OK one more example. Back in the 70's I wrote plenty of code using an 8-bit computer with about 1/2 a megabyte of RAM. It worked well enough.
A Mac computer with an Intel, PowerPC G5, or Power PC G4 (867 MHz or faster) processor
I can't recommend a single core PPC G5 to work with XCode. I tested it on an iMac G5 and it was painfully slow.
one thing i want to make sure, when your testing the software will it require more CPU than normal use of another user because 5 to 7 min in computer like yours is too much o.o
Running gcc out of a terminal does not take much