How Objective-C messaging works
danie.lt
How Objective-C messaging works
1–10 of 25 posts
Re: How Objective-C messaging works
#2Re: How Objective-C messaging works
#3What is "0xreadbook" in the context of a 32-bit int supposed to mean? Is the author just trying to be cute, or is this some sort of nonstandard representation of hexadecimal digits that I need to read up on?
Re: How Objective-C messaging works
#4What is "0xreadbook" in the context of a 32-bit int supposed to mean? Is the author just trying to be cute, or is this some sort of nonstandard representation of hexadecimal digits that I need to read up on?
it just an example hexadecimal representation. Don't take everything so literally...
Re: How Objective-C messaging works
#5Try 0xDEADBEEF,0xBAADF00D, or any constant listed here: http://en.wikipedia.org/wiki/Hexspeak
Re: How Objective-C messaging works
#6What is "0xreadbook" in the context of a 32-bit int supposed to mean? Is the author just trying to be cute, or is this some sort of nonstandard representation of hexadecimal digits that I need to read up on?
Yes dude, it just an example hexadecimal representation. Don't take everything so literally...
Re: How Objective-C messaging works
#7Re: How Objective-C messaging works
#8Earlier quoted context omitted.
Yes dude, it just an example hexadecimal representation. Don't take everything so literally...
Literally? A tutorial for noobs should be literally accurate -- throwing around non-proper representations is just a cloudy lazy explanation.
Re: How Objective-C messaging works
#9http://www.mikeash.com/pyblog/friday-qa-2012-11-16-lets-buil...
http://www.friday.com/bbum/2009/12/18/objc_msgsend-part-1-th...