We our going to start a new project in our small team:
- It's a library which will be used by our other projects (in Linux and Windows).
- It's not platform dependent logically (it's not using any system calls or anything like that).
- It has to be compiled on various platforms (including Windows and Linux at least).
Unfortunately, non of our developers ever wrote any code in any other platform than Windows! Therefore, I have to give them a "code like this" or "not code like this" list, so the code will stay cross platform.
any guidance?