#include <iostream>
using namespace std;
int main() {
cout<<"Hello world";
cin.get();
}
I had that same problem, AVG thought that my C++ was a trojan. Well, I found this out after adding an exception in Avast! because it would auto-sandbox the programs. I wonder why such simple programs cause so much trouble. Here is my "Trojan" program: