User profile: sylphsang

User info
User name:sylphsang
History
Joined:
Number of posts:38
Latest posts:

Inheriting methods between classes
if u want the same function which is returning the same as basiclist"count()" ,then in complexList n...

HW0
cout << "The average is: " << average << endl; average is not declared instead cout << "The average...

Problem to execute
UserClass myUser = new UserClass(myData); is wrong it should be like UserClass* myuser=new UserC...

help with a linked list program based on classes
Declare typedef struct Emp { int person; int salary; Emp* next; } *top; top head; before class de...

Help: Rock, Paper Scissors Game
Please add one do while loop so that ur request from user will go as long as u are not pressing Q so...