User profile: ag12
User info |
User name: | ag12 |
History |
Joined: | |
Number of posts: | 5 |
Latest posts: |
boolean argument in class it's working!!!!!
thank's!!
boolean argument in class [code]
BA::BA(int ID,int num,const char first[20],const char last[20] ,int* arr)
{
Student(ID, num,...
boolean argument in class [code]
int arr3[7] = { 90,100,90,100,90,100,90 };
MA s3(345, 7, "yaacov", "jacobson", arr3, 0);
[/co...
boolean argument in class BA is a parent to MA, they both inherit from an abstract class.
this is the full function, it's a c...
boolean argument in class I wrote a member function:
MA::MA(int ID, int num, const char first[20], const char last[20], int* ...
|
This user does not accept Private Messages