I know this isn't a subject for ubuntu forums but I'm about to explode ](*,) . I'm trying to find a solution but nothing. pls help
this is the code. What should i put into the $$$$. I know is char something but WHAT...
#include<iostream>
#include<string>
using namespace std;
class employee
{
private:
char name[20];
char id[5];
public:
employee($$$$$,$$$$$); //constructor
};
void main()
{
employee em1($$$$$$,$$$$$$); //constructor
.
.
.
}
employee::employee($$$$$$,$$$$$$$)
{
strcpy(name,$$$$$$);
strcpy(id,$$$$$$$);
}
If you are really quit you'll be able to hear me (boom!!!)