Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Objective-C Basics (Retired) Pointers and Memory Pointer Power

Pointer Power

I just finished watching the Pointer Power video. I'll have to watch it a couple of more times to get it to soak in. I do have a comment/question about the array positions. According to the video the array position for characters starts at 1 instead of zero. And the position returned is the character AFTER the one called. Is this correct for finding the position of a character in a string?

1 Answer

Saw the video. Thanks. I'll have to watch the Pointer Power video again to see if I just miscounted the position.