English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How do I import a file into a linked list?

2007-05-03 11:57:42 · 1 answers · asked by Anonymous in Computers & Internet Programming & Design

1 answers

A linked list is a programming construct.
So you have to write the part of the program that reads the file. Then you decide what part of the file data goes into the linked list. You also decide on what type of linked list you are creating.
Now you have that part of the program written you write the next part that does something with the linked list.

So basically it is all down to you.

2007-05-03 23:24:26 · answer #1 · answered by AnalProgrammer 7 · 0 0

fedest.com, questions and answers