Why does AVG(antivirus) detect an executable produced from Dev-C++ as a virus?
I created a default Dev-C++ project and instead of the usual return 0;
, it had return EXIT_SUCCESS;
and upon compiling and running it, I was alerted by my antivirus that the executable was a virus.