warnings - Comodo internet security detect c++ hello world program as a viruses (trojan) -
i using dev c++ 4.9.9.2 editor running code.
comodo internet security detect c++ hello world program virus.
the program shown below -
#include <iostream> int main() { std::cout << "hello world!\n"; return 0; }
comodo internet security detect c++ file -
trojware.win32.trojen.killfiles.aml0@105409181
i faced same problem. since know there no virus in programs, excluded dev c++ folder , program file folders antivirus software.
steps in comodo antivirus is:
1.open cis
2.click tasks in upper right corner
3.click advanced tasks
4.select open advanced settings
5.expand security settings
6.expand antivirus
7.click exclusions
8.click on arrow or right click anywhere on screen.
9.select add->folders
10.add dev c++ folders , program files folder in list.
11.you have excluded files
now run program, surely output without virus.
Comments
Post a Comment