My antivirus is flagging my C++ project as a virus!

So, I am using the antivirus 'Webroot SecureAnywhere '.

The problem is, it flags some of my C++ projects as if they were viruses. And when I try to compile them, it won't let me.

Any idea on how to deal with this?
Are you using the system() function? If you are don't do that.
I am using system("PAUSE");

If I don't use it, then the console window closes very fast, and I am not able to see the results on the screen.

Is there another way I can view the results without having to use system("PAUSE"); ?
Look at the post that is stickied to the top of the beginners page. This happens all the time, that is why it is stickied.
Topic archived. No new replies allowed.