C++ files seen as virus

Joep, You've actually posted your query in the wrong area! It should have been located here (https://support.avg.com/answers#!/feedtype=RECENT&dc=Windows&criteria=ALLQUESTIONS). If you suspect it's a false detection have a look @ this article (https://support.avg.com/SupportArticleView?urlname=How-to-report-a-false-incorrect-detection).

Joep, You've actually posted your query in the wrong area! It should have been located here (https://support.avg.com/answers#!/feedtype=RECENT&dc=Windows&criteria=ALLQUESTIONS). If you suspect it's a false detection have a look @ this article (https://support.avg.com/SupportArticleView?urlname=How-to-report-a-false-incorrect-detection).

I have problems when creating programs with C++. AVG sees them as virusses, even the most simple one. For exmple this simple code:

"#include <iostream>
using namespace std;
int main()
{
    cout << "Hello world!" << endl;
    cout << "Test" << endl;
    return 0;
}"

It is seen as a Trojan Horse Agent4.XTE ... What is the matter here?

Thanks in advance!