I have made two linked lists now i want to combine the two lists but i get an error that , i can't assign value of one stack object to another stack object is there a way around this . Here's a sample code.
> Here's a sample code.
A testcase is said to reproduce the problem if, when we independently try to compile and run the testcase locally, we get the same compiler error (or our compiler's version of it) or erroneous program output specified in the testcase. A testcase that does not reproduce the problem is useless
A testcase consisting of randomly copy&paste'd bits of code that you thought were relevant can obviously not reproduce the problem. http://www.eelis.net/iso-c++/testcase.xhtml
Yes sorry , I did want to write at the end if whole code needed will be pasted but i thought it will get messier , anyway here is the code the problem i am having is only in the Append(); funciton