#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{...
- Primearc
- Konu
-
c++
c++ hata
cpp
cpp hata
programlama
programlama hatası
- Mesaj: 3
- Forum: Programlama