- gf24118 的博客
DC・Dev-C++settings
- @ 2026-5-5 19:53:51
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 , so I'm jotting them down in a .
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系列目录直通
前言(必读)
点击查看/收起(建议查看并点击)
编者老忘记给升级的那几个小代码,打个记一下。
DEV C++ 支持C++11或者更好版本的设置:
1.在编译选项里输入(详见这篇博客)
-O2 -lm -std=c++11
-static-libgcc