cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Doubly Linked List
Doubly Linked List
May 20, 2019 at 5:27am UTC
darkknight914
(37)
How can I write a code for this Push function:
template < typename T >
List<T>::Push(const T&
Last edited on
May 22, 2019 at 11:48pm UTC
May 20, 2019 at 5:51am UTC
keskiverto
(10402)
Are you still in the circular list of yours:
http://www.cplusplus.com/forum/general/253962/
(If yes, then you are double-posting. That is not efficient.)
As pointed out in the other thread, there is no node before the head node in a non-circular list.
Topic archived. No new replies allowed.