User profile: AndyGator

User info
User name:AndyGator
History
Joined:
Number of posts:10
Latest posts:

Can't get rid of the errors
I changed line 23 to [code] list = *(new MyLinkedList<T>()); [/code] The code will run and as soon ...

Can't get rid of the errors
Since I am adding a node, I know I need to be able to read the position of the node, but I am not re...

Can't get rid of the errors
Getting a couple errors with my program. |23|error: no match for 'operator=' in '((MyStack<char>*)t...

Linked List
||In instantiation of 'MyStack<T>::MyStack() [with T = char]':| |6|required from here| |23|error: no...

Linked List
For my main, my header file is now [code]#include <iostream> #ifndef MyStack_h #endif MyStack_h[/...