I'm now involved with a C++ project, and I've never developed in C++ before. The question I have is the structure of projects that are multi-platform. One developer is working in VC++ and another in XCode. XCode doesn't have literal directories, they're logical (groups) directories. Should big C++ projects have actual folders, and if so, how can there be cross platform support for projects running in different development environments?
So if a folder is created in VC++, is it an actual folder, or is it just a grouping for VC++ the same as XCode? If this is a problem, how do you create actual folders in XCode?
Cheers