When compiling code antivirus says it's virus and delete it
问题 Hi i try to make code in c++. This code only makes text file easy encrypted and save into a new file. And when i compile this code antivirus says, it is virus/spyware Gen:Variant.Kazy.20825. I dont know why it is virus. Here is my code: #include <iostream> #include <fstream> #include <string> using namespace std; void controlParameters(int argc){ //check if input parameters are ok if(argc == 1){ cout << "Pokud chcete text zasifrovat, spustte program s parametrem: -enc \"Nazev_souboru.txt\"\n"