There is a problem of DLL when executing G + + compile command in sublime text editor

Sublime Text sets GCC and g++ (g++ is a superset of GCC, so just g++), most commonly the Mingw folder in dev-cpp.
The problem is as follows:
contains the source file for the input function, which can be compiled in Devc, and a popup window in the sublime text environment shows that the file entry cannot be found and the program input point __gxx_personality_v0 cannot be located in the dynamic link library.

Dynamic Link Library problem caused by DLL files.
Return to the Mingw file where the environment variable was imported and copy the libstdc++6.dll from the lib file.

br>

(Suggestions)
② Paste into the directory where the source file is located.
If there are mistakes, please correct them.

Read More: