EECS 280 Text Editor
Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: Yooo932851
3/15/24, 9:47 PM
p4-editor
file:///home/runner/work/p4-editor/p4-editor/_site/index.html
1/15
p4-editor
EECS 280 Project 4: Text Editor
Due 8:00pm Tuesday April 2, 2024. You may work alone or with a partner (partnership guidelines).
Change Log
2023-03-15 We’ve released an updated version of the starter files:
TextBuffer.hpp now contains improved RMEs and other comments. We suggest you download a new copy of this file if you started the project before this change.
The output of the provided line.cpp testing utility now better reflects the underlying
TextBuffer functions.
Implementation details of the project have not changed.
Introduction
The learning goals of this project include Container ADTs, Dynamic Memory, The Big Three, Linked Lists, and Iterators. You will gain experience with new and delete , constructors and destructors,
and the List data structure that is similar to std::list from the standard library.
When you’re done, you’ll have implemented the basic features of a text editor that is usable through
a terminal-based visual editor, similar to other terminal editors such as Pico, nano, Emacs, and vi.