I have an exercise like this:
Design a simple text editor in console mode, not window form
max character in a line is 80
user can move cursor up, down, to left and right, insert, delete character
I don't know how to build it :(
i should use linked list or stack? and how to move the cursor, and ... lots of things i don't know
some one please help me!