Click here to Skip to main content
15,888,733 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
a c++ program that inserts an element(int values) at the end of an existing linked list and allows the user to search for specific elements in the linked list(int values)
Posted
Updated 12-Mar-15 14:11pm
v2
Comments
[no name] 12-Mar-15 18:39pm    
What's the question?
BacchusBeale 12-Mar-15 18:57pm    
There are many questions/answers about this on coding sites including this one: use the search field.

1 solution

Read these articles first:
1. A Beginner's Guide to the Linked List[^]
2. How to create Linked list using C/C++[^]
Then, write the program yourself. If you encounter coding issue, post it as a question here with the problem code to get advice.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900