Hi,
I'm a programming student, and being such I code alot of small programs for practice. But for some reason I am getting a pop up from avast stating a virus has been detected on the .exe file I'm compiling then running. It only started tonight, some the same programs I have compiled months ago. It doesn't say my.cpp files are corrupted when I save them, only the .exe files that I compile. The compiler I use is Dev-C++.
I ran a boot time scan, but since I have about 300 GB of data to scan I pretty much go take a nap and come back to see what it has found =P But lately (after I installed my new radeon x1600 video card) I come back to a blue screen that says a driver has failed and windows can not load. Sometimes it does not state the driver, but other times it has identified it as an ATI driver. It has crashed during one game as well, but not others.
The video card sounds like a problem with me needing to update my chipset or something for my motherboard, but the compiling of innocent files confuses me. Is this a mess up with Avast or is this something I should look further into?
Malware name: Win32 Agent-DxD [Trj]
Malware Type: Trojan horse
VPS Version: 0661-0, 12/20/2006
My Dev-CPP version is 4.9.9.2
An example of code that is being flagged as a trojan:
#include <iostream>
using namespace std;
int main()
{
cout<<"IM NOT A VIRUS!!!";
system("pause");
return 0;
}