C++ 在线编译器(支持 C++11)

C++11 的 Inheriting constructors 特性在 GCC 4.8 以前的版本及 VS2013 中都没有支持,测试起来比较麻烦,所以搜集到了几个支持 GCC 4.8 及更高版本的在线编译器。

http://ideone.com/

http://coliru.stacked-crooked.com/

http://gcc.godbolt.org/

http://liveworkspace.org/

References:

http://isocpp.org/blog/2013/01/online-c-compilers
————————————————
版权声明:本文为CSDN博主「duyiwuer2009」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/duyiwuer2009/article/details/41047551

猜你喜欢

转载自www.cnblogs.com/feng9exe/p/11907294.html