I'm looking to learn to program apps for OS X. The last time I did programming though was in 1994, and it was Pascal. ...at least it was on a mac... Where can I find books, resources etc. to help me get up to speed. When I was doing programming I was actually a very fast learner. If you can give me book recommendations and other helpful advice, I would really appreciate it.
Recent Reviews
-
I was given the Ipod nano 6th generation for Christmas 2011. I was starting to take up running and needed something to track my run. since I just started I was only using my Ipod roughly 3 times...
-
I have had the iPad Verizon 4G LTE for a month now, and over all I couldn't be happier with the machine. The only issue I have found so far is when on wifi it has a slower speed in processing...
-
I have owned at least a dozen different Mac laptops over the years, starting with a Powerbook 1400 back in the day. The 13-inch Air is my absolute favorite of the bunch. It's the first laptop...
-
I spent quite a bit of time reading the setup manuals and various Apple articles about manually setting up this device since I have an unusual setup, and the setup manuals indicated I would have...
-
all i have to say is i love it its so much faster and i could just slip it into my purse p.s it has a ton of space for the 64gb
Programming advice needed
post #2 of 25
8/20/02 at 8:20pm
- Kickaha
- Really Fast Typing Member
- Joined: Nov 2001
- Location: Ossining, NY
- Posts: 8,571
- offline
- Select All Posts By This User
Well, you certainly don't have a lack of possibilities. 
Unfortunately, this means that you should probably answer some questions for yourself regarding what you want to do, or get out of it.
1) Are you going to be programming for MacOS X only, or are you looking to use these skills on other platforms?
2) Do you want programs that can be run on MacOS 9? Or is MacOS X what you want to target?
3) Are you looking for casual hobby level programming, or would you like to pursue this seriously?
4) Do you want to create GUI programs, or do the inner guts of the OS call to you? (ew)
Seriously, answer these, get back to us, and then we can all help you a *lot* more.

Unfortunately, this means that you should probably answer some questions for yourself regarding what you want to do, or get out of it.
1) Are you going to be programming for MacOS X only, or are you looking to use these skills on other platforms?
2) Do you want programs that can be run on MacOS 9? Or is MacOS X what you want to target?
3) Are you looking for casual hobby level programming, or would you like to pursue this seriously?
4) Do you want to create GUI programs, or do the inner guts of the OS call to you? (ew)
Seriously, answer these, get back to us, and then we can all help you a *lot* more.

My brain is hung like a HORSE!
My brain is hung like a HORSE!
[quote]Originally posted by Kickaha:
<strong>Well, you certainly don't have a lack of possibilities.
Unfortunately, this means that you should probably answer some questions for yourself regarding what you want to do, or get out of it.
1) Are you going to be programming for MacOS X only, or are you looking to use these skills on other platforms?
Mac OS X only
2) Do you want programs that can be run on MacOS 9? Or is MacOS X what you want to target?
same as above
3) Are you looking for casual hobby level programming, or would you like to pursue this seriously?
both
4) Do you want to create GUI programs, or do the inner guts of the OS call to you? (ew)
both...mostly GUI
Seriously, answer these, get back to us, and then we can all help you a *lot* more.
</strong><hr></blockquote>
<strong>Well, you certainly don't have a lack of possibilities.

Unfortunately, this means that you should probably answer some questions for yourself regarding what you want to do, or get out of it.
1) Are you going to be programming for MacOS X only, or are you looking to use these skills on other platforms?
Mac OS X only
2) Do you want programs that can be run on MacOS 9? Or is MacOS X what you want to target?
same as above
3) Are you looking for casual hobby level programming, or would you like to pursue this seriously?
both
4) Do you want to create GUI programs, or do the inner guts of the OS call to you? (ew)
both...mostly GUI
Seriously, answer these, get back to us, and then we can all help you a *lot* more.
</strong><hr></blockquote>...to simplify my reply
1) I'd like to focus maily on OS X...in other words, Cocoa programming. I wouldn't mind learning some skills that might carry over...it could come in handy at some point.
2) I'm not concerned with OS 9. I'll take Apple at its word that OS 9 is dead. Besides with the time I suspect it could take to get good at this, I'm not counting on anyone programming for OS 9.
3) I'd like to prgram things that I could use myself, but I'm a perfectionist. If I would use it, so would other people. There's no point doing something from scratch if you can't do it better than what you can buy. ...and if you can do it better than what you can buy, why not sell it?
4) I want to be able to do both, but if I have to choose which to start with, I'd rather make something I can see a window of my own...
1) I'd like to focus maily on OS X...in other words, Cocoa programming. I wouldn't mind learning some skills that might carry over...it could come in handy at some point.
2) I'm not concerned with OS 9. I'll take Apple at its word that OS 9 is dead. Besides with the time I suspect it could take to get good at this, I'm not counting on anyone programming for OS 9.
3) I'd like to prgram things that I could use myself, but I'm a perfectionist. If I would use it, so would other people. There's no point doing something from scratch if you can't do it better than what you can buy. ...and if you can do it better than what you can buy, why not sell it?
4) I want to be able to do both, but if I have to choose which to start with, I'd rather make something I can see a window of my own...
post #5 of 25
8/20/02 at 9:18pm
- Kickaha
- Really Fast Typing Member
- Joined: Nov 2001
- Location: Ossining, NY
- Posts: 8,571
- offline
- Select All Posts By This User
Okay, that vastly simplifies things. 
1) Get the Dev Tools/Documentation from Apple's web site.
2) Get a copy of Aaron Hillegass' Cocoa Programming for MacOS X (http://www.amazon.com/exec/obidos/tg/detail/-/0201726831/qid=1029903168/
) Other folks may have good recommendations, but I really liked this one. While it's shipping...
3) If you don't know object-oriented methodology, read the supplied document on Objective-C from Apple. Don't worry, it'll take a while to wrap your brain around it, it's significantly different than procedural programming... but once it clicks, you'll probably like it.
4) *NOW* start going through Hillegass' book. You'll end up with working apps at each stage, getting progressively more complex. He doesn't try and show you the entire API system at once, but instead focuses on concepts, one at a time, and shows you a good way to implement it. Each stage is a springboard for your own experimentation.
5) Sign up for Omnigroup's MacOSX-Dev mailing list (http://www.omnigroup.com/developer/mailinglists/) and scan the back archives for specific questions you may have before posting. Helpful people, in general, but even the most patient get tired of seeing the same questions.
6) Ask on here... I'm sure more pointers will pop up soon enough.

1) Get the Dev Tools/Documentation from Apple's web site.
2) Get a copy of Aaron Hillegass' Cocoa Programming for MacOS X (http://www.amazon.com/exec/obidos/tg/detail/-/0201726831/qid=1029903168/
3) If you don't know object-oriented methodology, read the supplied document on Objective-C from Apple. Don't worry, it'll take a while to wrap your brain around it, it's significantly different than procedural programming... but once it clicks, you'll probably like it.
4) *NOW* start going through Hillegass' book. You'll end up with working apps at each stage, getting progressively more complex. He doesn't try and show you the entire API system at once, but instead focuses on concepts, one at a time, and shows you a good way to implement it. Each stage is a springboard for your own experimentation.
5) Sign up for Omnigroup's MacOSX-Dev mailing list (http://www.omnigroup.com/developer/mailinglists/) and scan the back archives for specific questions you may have before posting. Helpful people, in general, but even the most patient get tired of seeing the same questions.

6) Ask on here... I'm sure more pointers will pop up soon enough.

My brain is hung like a HORSE!
My brain is hung like a HORSE!
post #6 of 25
8/20/02 at 9:23pm
First thing would probably be to get Cocoa Programming for Mac OS X by Hillegass. It's a pretty good intro book, just starting to skip through and try to learn what I want. The GUI stuff is new to me, cause I just finished my first year of CS and haven't touched GUI stuff at all until this, but it doesn't seem too bad.
Apple has a wealth of API docs and other tutorials, so <a href="http://www.developer.apple.com" target="_blank">http://www.developer.apple.com</a> is another place you'll want to check out.
O'Reilly has a Mac developer site at <a href="http://www.macdevcenter.com" target="_blank">http://www.macdevcenter.com</a>
There's other stuff around the net, just Google for it and you'll probably find other places as well.
Apple has a wealth of API docs and other tutorials, so <a href="http://www.developer.apple.com" target="_blank">http://www.developer.apple.com</a> is another place you'll want to check out.
O'Reilly has a Mac developer site at <a href="http://www.macdevcenter.com" target="_blank">http://www.macdevcenter.com</a>
There's other stuff around the net, just Google for it and you'll probably find other places as well.
What the problem is?
What the problem is?
post #7 of 25
8/20/02 at 9:55pm
- Joined: Nov 2001
- Location: Rehoboth Beach DE
- Posts: 938
- offline
- Select All Posts By This User
I would like to add the following as well,by Scott Anguish et.al.- I know of them through their frequent contributions to the Omni-dev list-very knowledgable programmers,I expect this book to be excellent.
<a href="http://www.amazon.com/exec/obidos/tg/detail/-/0672322307/qid=1029905632/sr=8-1/ref=sr_8_1/104-8969446-8044709?s=books&n=507846" target="_blank">http://www.amazon.com/exec/obidos/tg/detail/-/0672322307/qid=1029905632/sr=8-1/ref=sr_8_1/104-8969446-8044709?s=books&n=507846
</a>
Also check out <a href="http://www.stepwise.com" target="_blank">www.stepwise.com</a> a lot of resources there,and links to code samples.
[ 08-21-2002: Message edited by: Rick1138 ]</p>
<a href="http://www.amazon.com/exec/obidos/tg/detail/-/0672322307/qid=1029905632/sr=8-1/ref=sr_8_1/104-8969446-8044709?s=books&n=507846" target="_blank">http://www.amazon.com/exec/obidos/tg/detail/-/0672322307/qid=1029905632/sr=8-1/ref=sr_8_1/104-8969446-8044709?s=books&n=507846
Also check out <a href="http://www.stepwise.com" target="_blank">www.stepwise.com</a> a lot of resources there,and links to code samples.
[ 08-21-2002: Message edited by: Rick1138 ]</p>
post #8 of 25
8/21/02 at 7:13am
- Kickaha
- Really Fast Typing Member
- Joined: Nov 2001
- Location: Ossining, NY
- Posts: 8,571
- offline
- Select All Posts By This User
post #9 of 25
8/21/02 at 12:29pm
- Joined: Nov 2001
- Location: Rehoboth Beach DE
- Posts: 938
- offline
- Select All Posts By This User
I'm waiting for it too.Another place I recommend going is <a href="http://www.spiderland.org" target="_blank">www.spiderland.org</a> ,downloading the Breve a-life enviroment and checking out the code samples that come with it,they are written by Jon Klein,in my opinion a fantastic programmer.
post #10 of 25
8/22/02 at 8:49am
The most difficult thing about Cocoa, I think, is where to start. I ended up deciding that it would take too long for what I wanted to do. But it goes something like this.
First learn C.
Then learn Objective C.
Then learn Cocoa.
One builds off the other and it just doesn't work if you start right in with Cocoa. I believe you can also go in through Java and get to Cocoa through there, but I don't know how much Objective C you will have to learn AS WELL. The Cocoa programming book recommended above will probably tell you that.
If you've got a good foundation, you probably won't grow impatient and highball it to RealBASIC as I did.
Alex.
First learn C.
Then learn Objective C.
Then learn Cocoa.
One builds off the other and it just doesn't work if you start right in with Cocoa. I believe you can also go in through Java and get to Cocoa through there, but I don't know how much Objective C you will have to learn AS WELL. The Cocoa programming book recommended above will probably tell you that.
If you've got a good foundation, you probably won't grow impatient and highball it to RealBASIC as I did.
Alex.
post #11 of 25
8/22/02 at 11:06am
[quote]Originally posted by Alexander Wilson:
<strong>One builds off the other and it just doesn't work if you start right in with Cocoa. I believe you can also go in through Java and get to Cocoa through there, but I don't know how much Objective C you will have to learn AS WELL. The Cocoa programming book recommended above will probably tell you that.</strong><hr></blockquote>
i believe that thru java you can get at the entire cocoa shitfarm. i think all classes and shit are dually avail (objective-c, java).
<strong>One builds off the other and it just doesn't work if you start right in with Cocoa. I believe you can also go in through Java and get to Cocoa through there, but I don't know how much Objective C you will have to learn AS WELL. The Cocoa programming book recommended above will probably tell you that.</strong><hr></blockquote>
i believe that thru java you can get at the entire cocoa shitfarm. i think all classes and shit are dually avail (objective-c, java).
post #12 of 25
8/22/02 at 1:01pm
- Joined: Jul 2002
- Location: the material world
- Posts: 340
- offline
- Select All Posts By This User
[quote]Originally posted by Alexander Wilson:
<strong>The most difficult thing about Cocoa, I think, is where to start. I ended up deciding that it would take too long for what I wanted to do. But it goes something like this.
First learn C.
Then learn Objective C.
Then learn Cocoa.
One builds off the other and it just doesn't work if you start right in with Cocoa. I believe you can also go in through Java and get to Cocoa through there, but I don't know how much Objective C you will have to learn AS WELL. The Cocoa programming book recommended above will probably tell you that.
If you've got a good foundation, you probably won't grow impatient and highball it to RealBASIC as I did.
Alex.</strong><hr></blockquote>
I'm a bit puzzled by al this, but also very interested.
What's actually the difference between C, C++ and Objective C ? Also, is it easier to program in Cocoa than in Carbon ?
Are the developer tools (included w/every OSX copy) 'easy' to use/solid (are they any better in Jag ?), are they f.e. something between Visual Basic and Codewarrior in useability. Or something else maybe ?
I also read that Cocoa apps are easier to port to Windoze. Is this true ?
<strong>The most difficult thing about Cocoa, I think, is where to start. I ended up deciding that it would take too long for what I wanted to do. But it goes something like this.
First learn C.
Then learn Objective C.
Then learn Cocoa.
One builds off the other and it just doesn't work if you start right in with Cocoa. I believe you can also go in through Java and get to Cocoa through there, but I don't know how much Objective C you will have to learn AS WELL. The Cocoa programming book recommended above will probably tell you that.
If you've got a good foundation, you probably won't grow impatient and highball it to RealBASIC as I did.
Alex.</strong><hr></blockquote>
I'm a bit puzzled by al this, but also very interested.
What's actually the difference between C, C++ and Objective C ? Also, is it easier to program in Cocoa than in Carbon ?
Are the developer tools (included w/every OSX copy) 'easy' to use/solid (are they any better in Jag ?), are they f.e. something between Visual Basic and Codewarrior in useability. Or something else maybe ?
I also read that Cocoa apps are easier to port to Windoze. Is this true ?
2x2.7 PowerMac - 1.25 Powerbook - 10.4 Tiger - '65 Mustang
2x2.7 PowerMac - 1.25 Powerbook - 10.4 Tiger - '65 Mustang
post #13 of 25
8/22/02 at 1:19pm
[quote]Originally posted by BigBlue:
<strong>I'm a bit puzzled by al this, but also very interested.
What's actually the difference between C, C++ and Objective C ? Also, is it easier to program in Cocoa than in Carbon ?
Are the developer tools (included w/every OSX copy) 'easy' to use/solid (are they any better in Jag ?), are they f.e. something between Visual Basic and Codewarrior in useability. Or something else maybe ?
I also read that Cocoa apps are easier to port to Windoze. Is this true ?</strong><hr></blockquote>
c is older than c++, and objc. its procedural in nature. c++ was developed to bring Object oriented design ontop of c (with backwards compatibility). objc was also made to do that, but aparently isn't as heavy as c++. (c++ adds more than just OOP). c code will compile in a c++ or objc compiler. (i think gcc can handle all of them so its not really an issue). c is the foundation for c++ and objective-c, so its necessary before fully understanding them.
Apple's dev tools are awesome. i won't pay for codewarrior anymore (save myself 300 or 400 hundred dollars, sweet!). the IDE is basically a text editor, compiler and debugger (like codewarrior's). in jag gcc is v3.1 (opposed to 2.95? 94? in osx.1). 3.1 is supposed to be a lot faster (a lot faster). i dont have jag yet, so i cant comment on that. carbon prog'g should die soon, because its only around for os9 compatibility, which is dying. (i know carbon wont die any time real soon, but it should) i enjoy cocoa programming more than carbon, but never found either to be difficult. i dont know about cocoa making ports easier. the gui shit is always the hardest tough to port, and cocoa's api isn't exactly congruent to ms' <whatever they call their api>.
<strong>I'm a bit puzzled by al this, but also very interested.
What's actually the difference between C, C++ and Objective C ? Also, is it easier to program in Cocoa than in Carbon ?
Are the developer tools (included w/every OSX copy) 'easy' to use/solid (are they any better in Jag ?), are they f.e. something between Visual Basic and Codewarrior in useability. Or something else maybe ?
I also read that Cocoa apps are easier to port to Windoze. Is this true ?</strong><hr></blockquote>
c is older than c++, and objc. its procedural in nature. c++ was developed to bring Object oriented design ontop of c (with backwards compatibility). objc was also made to do that, but aparently isn't as heavy as c++. (c++ adds more than just OOP). c code will compile in a c++ or objc compiler. (i think gcc can handle all of them so its not really an issue). c is the foundation for c++ and objective-c, so its necessary before fully understanding them.
Apple's dev tools are awesome. i won't pay for codewarrior anymore (save myself 300 or 400 hundred dollars, sweet!). the IDE is basically a text editor, compiler and debugger (like codewarrior's). in jag gcc is v3.1 (opposed to 2.95? 94? in osx.1). 3.1 is supposed to be a lot faster (a lot faster). i dont have jag yet, so i cant comment on that. carbon prog'g should die soon, because its only around for os9 compatibility, which is dying. (i know carbon wont die any time real soon, but it should) i enjoy cocoa programming more than carbon, but never found either to be difficult. i dont know about cocoa making ports easier. the gui shit is always the hardest tough to port, and cocoa's api isn't exactly congruent to ms' <whatever they call their api>.
post #14 of 25
8/22/02 at 3:04pm
- Kickaha
- Really Fast Typing Member
- Joined: Nov 2001
- Location: Ossining, NY
- Posts: 8,571
- offline
- Select All Posts By This User
Good basic rundown, but let me expand on it a bit.
C is a pure procedural language, much like Pascal. If you've done Pascal programming, C won't be *too* painful, once you realize that it is essentially a glorified assembler macro system. *grin* C is very close to the silicon... the language was constructed to be fast, fast, fast, when compilers were dumb, dumb, dumb. Ie, you had to program *for* the system, instead of the the system figuring out what you wanted. C is a very strict language as well... your types are concrete, well formed, and thou shalt not deviate. Also, there are several constructs in C that make almost zero sense unless you have an understanding of how the underlying hardware architecture, OS design, and memory mapping subsystems work.
C++ follows this model into the OO realm. It is statically typed, and statically bound (the classes and objects, that is, not the libraries, etc). C++ extends the C model, complete with the calling conventions and pointer oddities, into object oriented programming styles. It's really quite mucky, from an OO point of view, but since it was conceptually closer to what everyone was familiar with in C, it caught on. Woe is us. C++ does offer a lot of other programming styles, such as generic programming (templates), and of course you can always just write straight C (procedural). It's the all-in-one toolkit that doesn't quite do any of the tasks all that well, has way too many buttons and gadgets, and can lop off your arm if you misuse it.
Objective-C took another approach. Instead of taking the C model and running with it to the bitter end, it used the C language as a base to add the OO model from the granddaddy of all dynamic OO languages, Smalltalk. Obj-C's typing is up to the developer: you can have strong or weak typing, and the code is dynamically bound. *Highly* flexible, but it makes some people's brains hurt... it's quite different than C++, or even Java. The Smalltalk extensions are orthogonal to the C base, and the code looks nothing like the C foundation, so it is extremely easy to see what portions are OO in nature, and what portions are more procedural in design.
Of the two, I *VASTLY* prefer Obj-C. It just makes more sense to my brain... but other people prefer C++, or Java.
C is a pure procedural language, much like Pascal. If you've done Pascal programming, C won't be *too* painful, once you realize that it is essentially a glorified assembler macro system. *grin* C is very close to the silicon... the language was constructed to be fast, fast, fast, when compilers were dumb, dumb, dumb. Ie, you had to program *for* the system, instead of the the system figuring out what you wanted. C is a very strict language as well... your types are concrete, well formed, and thou shalt not deviate. Also, there are several constructs in C that make almost zero sense unless you have an understanding of how the underlying hardware architecture, OS design, and memory mapping subsystems work.
C++ follows this model into the OO realm. It is statically typed, and statically bound (the classes and objects, that is, not the libraries, etc). C++ extends the C model, complete with the calling conventions and pointer oddities, into object oriented programming styles. It's really quite mucky, from an OO point of view, but since it was conceptually closer to what everyone was familiar with in C, it caught on. Woe is us. C++ does offer a lot of other programming styles, such as generic programming (templates), and of course you can always just write straight C (procedural). It's the all-in-one toolkit that doesn't quite do any of the tasks all that well, has way too many buttons and gadgets, and can lop off your arm if you misuse it.
Objective-C took another approach. Instead of taking the C model and running with it to the bitter end, it used the C language as a base to add the OO model from the granddaddy of all dynamic OO languages, Smalltalk. Obj-C's typing is up to the developer: you can have strong or weak typing, and the code is dynamically bound. *Highly* flexible, but it makes some people's brains hurt... it's quite different than C++, or even Java. The Smalltalk extensions are orthogonal to the C base, and the code looks nothing like the C foundation, so it is extremely easy to see what portions are OO in nature, and what portions are more procedural in design.
Of the two, I *VASTLY* prefer Obj-C. It just makes more sense to my brain... but other people prefer C++, or Java.
My brain is hung like a HORSE!
My brain is hung like a HORSE!
post #15 of 25
8/22/02 at 11:35pm
- Joined: Nov 2001
- Location: Rehoboth Beach DE
- Posts: 938
- offline
- Select All Posts By This User
post #16 of 25
8/23/02 at 5:23am
- Joined: Jul 2002
- Location: the material world
- Posts: 340
- offline
- Select All Posts By This User
Sorry for the (stupid?) newbie questions, but
is everything been done in Projectbuilder ? What's the difference between PB and CodeWarrior ?
[quote] Apple's dev tools are awesome. i won't pay for codewarrior anymore (save myself 300 or 400 hundred dollars, sweet!). the IDE is basically a text editor, compiler and debugger (like codewarrior's). in jag gcc is v3.1 (opposed to 2.95? 94? in osx.1). 3.1 is supposed to be a lot faster (a lot faster).<hr></blockquote>
Does 'faster' mean a faster compiler or is the resulting app running faster than in previous versions?
is everything been done in Projectbuilder ? What's the difference between PB and CodeWarrior ?
[quote] Apple's dev tools are awesome. i won't pay for codewarrior anymore (save myself 300 or 400 hundred dollars, sweet!). the IDE is basically a text editor, compiler and debugger (like codewarrior's). in jag gcc is v3.1 (opposed to 2.95? 94? in osx.1). 3.1 is supposed to be a lot faster (a lot faster).<hr></blockquote>
Does 'faster' mean a faster compiler or is the resulting app running faster than in previous versions?
2x2.7 PowerMac - 1.25 Powerbook - 10.4 Tiger - '65 Mustang
2x2.7 PowerMac - 1.25 Powerbook - 10.4 Tiger - '65 Mustang
post #17 of 25
8/23/02 at 9:22am
[quote]Originally posted by BigBlue:
<strong>Sorry for the (stupid?) newbie questions, but
is everything been done in Projectbuilder ? What's the difference between PB and CodeWarrior ?
...
Does 'faster' mean a faster compiler or is the resulting app running faster than in previous versions?</strong><hr></blockquote>
(theres no such thing as a stupid question)
i do just about all programming in pb. except when i'm away from a mac, inwhich case i ssh in, and use emacs. pb and codewarrior serve the same function. one is made by apple, the other by metrowerks. codewarrior used to be, by far, the best ide, now i think, pb is the best. i haven't used any osx version of codewarrior tho, so it may be close. pb is free though, codewarrior isn't. within an IDE (integrated development environment; either pb or codewarrior), you have a text editor for the source code (with syntax coloring), a GUI button to compile the source, a button to debug, and a button to run without debugging. those are the most important features of an IDE, and the only ones i really take advantage of. there are other things, like cvs integration (pb has, dont know about codewarrior), but i dont really use it. there are probably a number of things that cw has over pb, but they aren't really necessary for me. i think codewarrior uses its own compiler, while pb uses the free software foundation's gcc.
faster means both in compilation and in running. i dont remember percents or anything, but everything about 3.1 is supposed to be faster, stronger, <insert positive adjectives here>.
<strong>Sorry for the (stupid?) newbie questions, but
is everything been done in Projectbuilder ? What's the difference between PB and CodeWarrior ?
...
Does 'faster' mean a faster compiler or is the resulting app running faster than in previous versions?</strong><hr></blockquote>
(theres no such thing as a stupid question)
i do just about all programming in pb. except when i'm away from a mac, inwhich case i ssh in, and use emacs. pb and codewarrior serve the same function. one is made by apple, the other by metrowerks. codewarrior used to be, by far, the best ide, now i think, pb is the best. i haven't used any osx version of codewarrior tho, so it may be close. pb is free though, codewarrior isn't. within an IDE (integrated development environment; either pb or codewarrior), you have a text editor for the source code (with syntax coloring), a GUI button to compile the source, a button to debug, and a button to run without debugging. those are the most important features of an IDE, and the only ones i really take advantage of. there are other things, like cvs integration (pb has, dont know about codewarrior), but i dont really use it. there are probably a number of things that cw has over pb, but they aren't really necessary for me. i think codewarrior uses its own compiler, while pb uses the free software foundation's gcc.
faster means both in compilation and in running. i dont remember percents or anything, but everything about 3.1 is supposed to be faster, stronger, <insert positive adjectives here>.
I like the idea of object-oriented programming. Way back in my Pascal days, I'd get F's on my code because the teacher only looked at the code printout and couldn't see how it would work. When I made the teacher run it however, it ran better than anything the class had done. I like flexibility. If gives me more ways to conceive the ideas.
post #19 of 25
8/28/02 at 10:14pm
- Joined: Nov 2001
- Location: Rehoboth Beach DE
- Posts: 938
- offline
- Select All Posts By This User
post #20 of 25
8/29/02 at 6:52am
- Joined: Nov 2001
- Location: Even further than that!
- Posts: 7,310
- offline
- Select All Posts By This User
[quote]Originally posted by jpcrumley:
<strong>I like the idea of object-oriented programming. Way back in my Pascal days, I'd get F's on my code because the teacher only looked at the code printout and couldn't see how it would work. When I made the teacher run it however, it ran better than anything the class had done. I like flexibility. If gives me more ways to conceive the ideas.</strong><hr></blockquote>
First of all jpcrumley, this post freaked me out. I actually did a double take to see if this was a thread I had started a long time about because I'm in the same boat as you. I did some Turbo Pascal programming and I quit around 1994. I've been trying to move into OOP for some time now, without any success. I guess I don't have the time or motivation to look up everything on my own.
How did you write in object-oriented fashion when you were writing in Pascal? I used to write very clean, very procedural Pascal, but it wasn't what's considered object-oriented.
<strong>I like the idea of object-oriented programming. Way back in my Pascal days, I'd get F's on my code because the teacher only looked at the code printout and couldn't see how it would work. When I made the teacher run it however, it ran better than anything the class had done. I like flexibility. If gives me more ways to conceive the ideas.</strong><hr></blockquote>
First of all jpcrumley, this post freaked me out. I actually did a double take to see if this was a thread I had started a long time about because I'm in the same boat as you. I did some Turbo Pascal programming and I quit around 1994. I've been trying to move into OOP for some time now, without any success. I guess I don't have the time or motivation to look up everything on my own.
How did you write in object-oriented fashion when you were writing in Pascal? I used to write very clean, very procedural Pascal, but it wasn't what's considered object-oriented.
"Hearing a corrupt CEO like Cheney denigrate Edwards for being a trial lawyer is like hearing a child molester complain how Larry Flint is a pervert." -johnq
"Hearing a corrupt CEO like Cheney denigrate Edwards for being a trial lawyer is like hearing a child molester complain how Larry Flint is a pervert." -johnq
It's been so long, I can't remember exactly. It's just the way I think. I broke my own code down into the way I think and made the calls reach around for each other. The advantage was that I could do error handling while making the overall code length shorter than the "book" method. I've never been the type that limits myself to the stuff someone else has already figured out.
post #22 of 25
9/4/02 at 6:31pm
- Joined: Nov 2001
- Location: Rehoboth Beach DE
- Posts: 938
- offline
- Select All Posts By This User
post #23 of 25
9/16/02 at 12:29am
- Joined: Nov 2001
- Location: Rehoboth Beach DE
- Posts: 938
- offline
- Select All Posts By This User
post #24 of 25
9/16/02 at 5:46am
- der Kopf
- Professor of Everything
- Joined: Aug 2002
- Location: China
- Posts: 2,264
- offline
- Select All Posts By This User
My QUESTION:
what now is the best book?
the one from Hillegass
the one from O'Reilly
yet another one...
If it helps: I know the basics of Java and know my way around Swing (a bit, at least).
I'm asking because these books are about 60 euros each over here, and I don't care to spend a shitload of money on all of them. I want the best...
what now is the best book?
the one from Hillegass
the one from O'Reilly
yet another one...
If it helps: I know the basics of Java and know my way around Swing (a bit, at least).
I'm asking because these books are about 60 euros each over here, and I don't care to spend a shitload of money on all of them. I want the best...
post #25 of 25
9/16/02 at 2:11pm
- Joined: Nov 2001
- Location: Rehoboth Beach DE
- Posts: 938
- offline
- Select All Posts By This User
Return Home
Back to Forum: Genius Bar
- Programming advice needed
Currently, there are 182 Active Users
(9 Members and 173 Guests)
Recent Discussions
- › Editorial: Apple's billions are building an empire for the future 1 minute ago
- › Google engineers talk fragmentation, how to make Android work for... 3 minutes ago
- › 10M Samsung flagship phones in 28 days a 'record,' 5M iPhone 5 in 3... 11 minutes ago
- › 34 hours with no sleep...interrsting things start to happenn 15 minutes ago
- › Apple CEO talks taxes ahead of hearing: 'We pay every dollar that... 18 minutes ago
- › Cook: US-built Mac will be refreshed version of existing product 20 minutes ago
- › Apple yanks 'Bang with Friends' app from iOS App Store 56 minutes ago
- › Review: AL13 raises the bar for iPhone bumper design 1 hour, 56 minutes ago
- › Auction winner pays $610K for cuppa with Apple CEO Tim Cook 2 hours, 19 minutes ago
- › Science is Real. 2 hours, 24 minutes ago
View: New Posts | All Discussions
Recent Reviews
- › Apple iPod nano - 16GB, Silver MC526LL/A (6th Generation) by cc420
- › Apple iPad with Retina Display Wi-Fi + Verizon/Sprint 4G - 64GB,... by Aaron Krahn
- › 13.3-inch Apple MacBook Air MD231LL/A (Mid-2012) by ahilal
- › Apple Time Capsule - 2TB (MD032LL/A) by biyahero
- › Apple iPad Wi-Fi - 64GB, White (MD330LL/A) by raeganapril
- › Apple Magic Trackpad (MC380LL/A) by WisdomSeed
- › Aperture 3 by bcbcbroderick
- › 17-inch Apple MacBook Pro MD311LL/A (Late 2011) by bcbcbroderick
- › Apple iPod touch - 32GB, Black MC544LL/A (4th Generation) by bcbcbroderick
- › Apple iPod touch - 8 GB, White MD057LL/A (4th Generation) by bcbcbroderick
View: More Reviews
New Apple Wikis
- › 2013 'Modified' iPod touch by Mikeycampbell81
- › 2013 MacBook Pros by Mikeycampbell81
- › iPad mini 2 with Retina display by Mikeycampbell81
- › 2013 iPhone 5S by Mikeycampbell81
- › Trade in your old devices for holiday cash by Mikeycampbell81
- › How to sell your old iPad for cash by Mikeycampbell81
- › How to offset the cost of a new iPhone by... by Mikeycampbell81
- › How to save money on AppleCare extended... by Kasper
- › How to offset the cost of a new iPad mini by... by Mikeycampbell81
- › Apple Prototypes by Mikeycampbell81
View: New Apple Wikis | All Apple Wikis
Home | Apple Product Guide | Forums | Apple Wikis | My Profile
About AppleInsider | Join the Community | Advertise
© 2013 AppleInsider is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map
About AppleInsider | Join the Community | Advertise
© 2013 AppleInsider is powered by Huddler Tech | FAQ | Support | Privacy/TOS | Site Map





