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.
iuww520iuww520iuww520iuww520iuww520iuww520iuww520iuww520
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 .

Setup
Set up your visual debugger and version control, then submit to the autograder.
Visual debugger
During setup, name your project p4-editor . Use this starter files link:
https://eecs280staff.github.io/p4-editor/starter-files.tar.gz
VS Code
Visual Studio
Xcode
You should end up with a folder with starter files that look like this. You may have already renamed files like List.hpp.starter to List.hpp .
$ ls
List.hpp.starter e0.cpp
List_compile_check.cpp femto.cpp
List_compile_check.out.correct line.cpp
List_public_tests.cpp line_test1.in
List_tests.cpp.starter line_test1.out.correct
Makefile line_test2.in
TextBuffer.hpp line_test2.out.correct
TextBuffer_public_tests.cpp unit_test_framework.hpp
TextBuffer_tests.cpp.starter

Programming Languages Algorithms Concurrency cs159341
jia V iuww5202024-07-27 20:51
相关推荐
tjl521314_2121 小时前
04C++ 名称空间(Namespace)ximu_polaris21 小时前
设计模式(C++)-行为型模式-备忘录模式tankeven1 天前
C++ 智能指针handler011 天前
【算法模板】最小生成树:稠密图选 Prim,稀疏图选 Kruskal许长安1 天前
RPC 异步调用基本使用方法:基于官方helloworld-async 示例sparEE1 天前
c++面向对象:对象的赋值此生决int1 天前
快速复习之数据结构篇——栈和队列H_BB1 天前
第17届蓝桥杯备战历程daad7771 天前
记录一次上下文切换次数的统计tankeven1 天前
C++ Lambda 表达式