All Questions
Tagged with project-structure xcode
2 questions
-1
votes
1
answer
2k
views
What are guidelines for a Win/Mac/Linux C++ source tree? [closed]
I'm learning C++ (C++11), specifically for cross platform game development using SDL.
on Windows, I use Visual Studio 2012 (Considering buying '14' once it's out), on Mac OS X and iOS I'll be using ...
12
votes
1
answer
6k
views
Organizing code for iOS app development
I've been developing an app for the iOS platform, and as I've been going along, I've noticed that I've done a terrible job of keeping my files (.h, .m, .mm) organized. Is there any industry standards ...