![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
http://cocoadevcentral.com/articles/000081.php
This has got to be the best tutorial I've read. Concise, to the point, and covers the basics that I need (having forgotten them from programming in Perl and Java for so long now).
This has got to be the best tutorial I've read. Concise, to the point, and covers the basics that I need (having forgotten them from programming in Perl and Java for so long now).
no subject
Date: 2005-05-23 07:23 pm (UTC)no subject
Date: 2005-05-23 07:33 pm (UTC)no subject
Date: 2005-05-23 08:02 pm (UTC)no subject
Date: 2005-05-23 08:06 pm (UTC)no subject
Date: 2005-05-24 03:22 am (UTC)On a more serious note, learning C from something else (besides C++) seems almost sacriligeous. Also, shell scripting, sed, and awk are really handy things to learn if you haven't already.... I've never had to use perl, but I really should probably learn it at some point....
no subject
Date: 2005-05-24 05:18 am (UTC)Heh. Shell scripting, sed, and awk, huh... don't know anything 'bout the latter two, but shell scripting I've poked around with... doesn't look too bad, although somewhat restricted (lacking in capabilities), but it is something I ought to pick up. Do you have suggested sources of learning for any of those?
(Actually shell scripting would be useful. I could use a script that would look up the PID for a given process, looked up with grep... I think I could do it in perl, with a system() command, but I haven't tried yet... No, make that I _know_ I could do it in perl. Just haven't gotten around it, like way too many other things.)