Is there any reason not to use c++0x and the libc++0x standard library for iOS development?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you use C++ to be more portable to other platforms later, it might be smart to hold off for awhile. Some targets may not yet have a C++0x compiler, or the company policy may be to use an old but trusted compiler for game release builds.