Disclaimer: this is for a linked list for homework, as you can see this is just a tiny aspect of a larger problem. I am not asking for anyone to help me write this assignment.
I would like have name1 and name2 be allocated dynamically using c-strings?
Is this possible?
In this signature I am passing two objects to an overloaded bool operator.
Thinking about this I would just need a strlen function in my object class, but I have tried this and it is not working as expected. any ideas?