On 08/24/10 10:23 AM, Laurel Shimer wrote:
>
> ALSO this brings up one of my challenges. In my history I always had a
> nice big fat reference manual where I could look up everything. (I
> admit that even in unix, I like a reference manual - though I know how
> to do man pages) My guess is that now, I'm supposed to be looking more
> at online documentation or documentation within the application
> (XCODE) that I'm using. I have a feeling I'm missing something big by
> not quite knowing where to go.
If you want a big fat comprehensive reference manual, get a copy of the
standard.
> I did find the folders with the foundation framework in XCODE, so
> that when I go back to working on the OOP side (which I have
> temporarily put on the back burner - since I realized I was fighting
> my procedural programmer mindset), but that doesn't seem to be where I
> find documentation on FUNCTIONS like ' sizeof'.
Another common newbie mistake - sizeof is *not* a function, it is an
operator.
http://www.cplusplus.com/reference/ is a reasonable on-line reference.
--
Ian Collins