Unresolved external symbolAlright, looks like I actually didn't pay enough attention. operator<< was a friend function for Spa...
Unresolved external symbolHey guys. Doing my homework and struggling to find out why this error occurs. [code] Error LNK20...
Stack using SingleLinkedListOkay. What about this? [code]int& Stack::top() { int* value = new int; *value=list.get_nth(0); po...
Stack using SingleLinkedListStill looking for advice. Can someone explain why [code] int& Stack::top() { int* value = new int; ...
Stack using SingleLinkedListBut it's not going to be a reference. Single_List::get_nth(int) returning just int, so [code]Stack s...
This user does not accept Private Messages