Kill me now

Im a complete beginner to C++. When I try to run this code on DEV-C++ 4.9.9.2 I get my AVG antivirus saying that it's a trojan virus...

Please help. Isnt Dev-C++ 4.9.9.2 C++ compatible?

#include <iostream>

int main()
{
std::cout << "Hello World! \n";
return 0;
}
I have no idea why your anti-virus would be complaining about that. If that's all the code there is, I am at a loss.
Dev-C++ 4.9.9.2 is running my C code, but not C++. :'(
I fixed the problem. Apparently all I had to do was disable AVG.
Download avast, much better IMHO. you can set scan to be your screensaver which comes in handy soon as you move the mouse or hit a key the scan stops, no avg doing auto scans while your trying to work. And if you disable avg autoscan then you never remember to scan regularly, so for me avast is a winner and is free for home use you just need to do a quick sign up.
Thanks for the tip gcampton.
Avira Anti-Vir is nice too, one of the best free ones: www.free-av.com
Topic archived. No new replies allowed.