DC series catalog direct access


Preface (must read)

Click to close/expand (recommended to view and click)

The editor keeps forgetting to update the few small codes for DevC++Dev-C++, so I'm jotting them down in a blogblog.


To enable C++11 or higher in DEV C++:

1.Enter the compilation option (see this blog post for details).

-O2 -lm -std=c++11 
-static-libgcc

Chinese

DC系列目录直通


前言(必读)

点击查看/收起(建议查看并点击)

编者老忘记给DevC++Dev-C++升级的那几个小代码,打个blogblog记一下。


DEV C++ 支持C++11或者更好版本的设置:

1.在编译选项里输入(详见这篇博客)

-O2 -lm -std=c++11 
-static-libgcc

原文:提供更好的翻译