I work on the Code::Blocks IDE but I'm currently planning to use Sublime editor + some compiler.
In C: B, I have the MinGW g++ compiler (not sure of the version).
How do I know which C++ standard (14 or 11 or the previous ones) I'm using? Also, how do I change the C++ standard and get the one I want? (I need 14 actually). Please tell for both C::B and when I'm installing the compiler separately for Sublime.