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

Challenge Task 1 of 3, states arrays.mm shouldn't that be arrays.m?

It's asking me to create an array called booksArray and the implementation file is named arrays.mm

3 Answers

Stone Preston
Stone Preston
42,016 Points

hmm interesting. it looks like all the challenges for that project use .mm extensions. I checked the newer projects and they use .m. you could contact support about it. the videos are pretty old so maybe at some point xcode used .mm extensions for objective c implementation files but I dont remember that being the case.

Stone Preston
Stone Preston
42,016 Points

can you link the actual challenge. .mm is used for objective c++. so if does actually say that thats a typo and you should probably notify support about it