When define an template linked list inside an in order linked list I can't access the nodes of the internal template linked list by first and next functions

Or in other words the template class can't be passing by reference??? :-O

must be something in your code because template classes are passed by reference all the time -- most common is probably fstream.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.