מדוע לא מתקמפל
תודה רבה:
תודה רבה:
#include <iostream> class worker { long int id; short int payment_for_hour; short int hours_in_work; short int additional_hours; public: worker(); }; worker::worker() { cout << "david" ; } //#include "worker.h" //#include <iostream> int main() { worker one; return 0; }