c++11 - c++ 11 availablity for platforms that run java 7 -


at work develop software uses java7 , c++03, team replace c++03 , instead embrace c++11. can assure them every os runs java7 has gcc compiler c++11?

i know relation make between java7 , c++11 weird, that's way of saying need support old oses, not old don't run java7.

thanks

it depends on whether follow sys specs java 7 or not. there might way force run on earlier versions of mentioned oss, not officially specified so. take @ requirements:

java 7 & 8 sys req

now, listed oss sure gcc 4.7.2 available (or can compiled). windows, ms provides support c++11 starting vs 2010 runs on win xp or newer (if don't cygwin).

the problem depends on how many c++11 features need. instance, visual studio 2010 doesn't support c++11 features. take @ following table see supported in each compiler:

c++ compiler support


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -