Hey guys,
I'm writing a program, it is a very basic text editor.
For the datastructure I am using a double linked list with three pointers, first, last and current. The current pointed has a method that makes the used be able to move it to either first, last, or up or down one position on the linked list.
=deleted original post, will post a more clear verssion=
I'm writing a program, it is a very basic text editor.
For the datastructure I am using a double linked list with three pointers, first, last and current. The current pointed has a method that makes the used be able to move it to either first, last, or up or down one position on the linked list.
=deleted original post, will post a more clear verssion=