Post a Comment
Hi, I'm Ryan Wilcox, the author of the paper.
I would agree with the previous comment that C is mostly weakly typed, and C++ is strongly. The only thing that is "strongly typed" about C is that you can't pass one kind of struct into a function that expects another. Base types in C are weakly typed (you'll just get a warning, if you get that at all, about passing a long as a parameter to a function that takes a short.)
C++ is strongly typed - while you can make unsafe casts (cue dynamic_cast<>
) you can't pass a Circle as a parameter to a function that accepts a Square.
Feel free to comment on my paper on my blog too, as I'm more apt to see it there.
Thanks,
_Ryan Wilcox
http://radio.weblogs.com/0100544/2005/07/31.html#a1155
I did not read the tech paper, but Ryan Rempel's brilliant work with XPostFacto allows older Macs to run OS X. Think early PPC Power Macs, Beige G3s, and certain model iMacs, iBooks, and PowerBooks.
XPostFacto works surprisingly well as long as you have a G3 processor and generous amounts of RAM.
Check out these links:
http://eshop.macsales.com/OSXCenter/XPostFacto/
http://www.xlr8yourmac.com/OSX/rempel_interview.html
Also check out the Tech Night Owl radio show for an interview with Ryan. The May 19 2005 archive.
http://macradio.com/thursday/nightowl
Nathan




