Using C++11 for cross-platform Game Engine Development
- by Samaursa
Note: This is not a 'give your opinion' question about C++03 and C++11.
Our game engine, written in C++03, is designed to be compiled on Windows, OSX and iOS. Linux support is planned for the (very) near future. Our experience is limited when it comes to consoles, which is why I am asking this question.
Currently, we are debating whether…