顺便一句
编译器: Default compiler
执行
g++.exe...
g++.exe "E:\Program Files\新建文件夹\ad.cpp" -o "E:\Program Files\新建文件夹\ad.exe"
-I"d:\Dev-Cpp\include\c++"
-I"d:\Dev-Cpp\include\c++\mingw32"
-I"d:\Dev-Cpp\include\c++\backward"
-I"d:\Dev-Cpp\include"
-L"d:\Dev-Cpp\lib"
In file included from d:/Dev-Cpp/include/c++/backward/iostream.h:31,
from E:/Program Files/新建文件夹/ad.cpp:1:
d:/Dev-Cpp/include/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
执行结束
成功编译
为什么警告啊