C++11 on Windows

前端 未结 7 1028
慢半拍i
慢半拍i 2021-02-04 01:29

I\'m wondering how well writing software in C++11 works on Windows yet. It would be most comfortable (and propably most natural) to use one of the native compilers for Windows -

7条回答
  •  Happy的楠姐
    2021-02-04 01:59

    We are using C++11 for a few months already in production software across windows and linux in some here.com products without any problems. We use auto, lambdas, range for... Using Visual studio 2012 and gcc 4.7.

提交回复
热议问题