So, here's the problem, i want to share this .exe file compiled by MinGW like any executable file, but when someone else executes the file it shows that libstdc++-6.dll is missing, what can i do?(That is not sending the file missing because it could be kinda impractical) The code is actually really simple:
#include <iostream>
int main() {
std::cout << "hello world\n";
}
And i really don't understand why isn't it working, i'll be answering any question regarding to the problem, thanks in advance :/