Computing.Net > Forums > Programming > C Question - Linked List

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

C Question - Linked List

Reply to Message Icon

Name: Student01
Date: October 19, 2009 at 16:20:09 Pacific
OS: Windows XP
Product: Microsoft Visual studio 2008 standard (full product)
Subcategory: C/C++
Comment:

I have a question on how to implement a linked list read from a text file and then use user input to either dispaly the list, insert a word, delete a word, add a word or quit.

Having some problems, have the .h file and one of the .c files that implements the list ok. Just can't get the user interface done.

Any help would be appreciated.

Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: klint
Date: October 20, 2009 at 02:01:53 Pacific
Reply:

What exactly are you stuck on? You still have to do the work yourself but I am sure one of us on this forum can help to nudge you in the right direction.

(P.S. If you paste any source code in the forum, please keep it short - just the relevant snippets, and surround it with the HTML "pre" tags in order to keep the formatting.)


0
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: C Question - Linked List

c++ doubly linked list help!!! www.computing.net/answers/programming/c-doubly-linked-list-help/4586.html

Linked list again www.computing.net/answers/programming/linked-list-again/7041.html

Linked Lists in C www.computing.net/answers/programming/linked-lists-in-c/11729.html