Bunuda bitane Driver.cpp dosyası açıp içine yapıştır daha bunları güncellicem bitane yapamadıım şey var.



#include "Header.h"
#include <iostream>


using namespace std;


ostream& operator<<(ostream& os, Virus& v){

cout << "size :" << v.getsize();
os << "growthrate :" << v.getgrowth();
os << "resistance :" << v.getres();

return os;
}




int main() {





return 0;
}