Tomas
1
Q:

error: invalid use of template-name without an argument list

template<typename T>
LinkedList<T>::LinkedList()
{
   start = nullptr;
   current = nullptr;
}
0

New to Communities?

Join the community