Can anybody please tell me how can i use linked list in MFC without using CList class??
i want to make an application which takes employee name and id using linked list and stores it please help me with the code??
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Aug 25, 2011, 1:09 PM
(C++ Std Lib)
class.VulpesPosted Aug 25, 2011, 10:33 AM
Check out this tutorial (http://fringe.davesource.com/Fringe/Computers/Languages/CC/Tutorial/tutorial2.html) which may be just what you need.