cpp hata

  1. Çözüldü C++ ''söz dizimi'' hatası

    #include <iostream> #include <string> using namespace std; class Employee { private: string name; int salary; public: Employee(string isim, int maas) { name = isim; salary = maas; } string getName{ return name; } int getSalary{...
Bu siteyi kullanmak için çerezler gereklidir. Siteyi kullanmaya devam etmek için çerezleri kabul etmelisiniz. Daha Fazlasını Öğren.…