cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Question regarding object of class
Question regarding object of class
May 2, 2015 at 3:35pm UTC
ieztony95
(1)
is it possible to insert the object of a class in the linked list. I have created a class, so i wanted to put its object as a single node in linked list.
May 2, 2015 at 4:00pm UTC
shadowCODE
(680)
use
std::list
http://www.cplusplus.com/reference/list/list/
Topic archived. No new replies allowed.