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
相关推荐
林开落L6 分钟前
前缀和算法习题篇(上)Prejudices19 分钟前
C++如何调用Python脚本单音GG22 分钟前
推荐一个基于协程的C++(lua)游戏服务器qing_04060338 分钟前
C++——多态孙同学_38 分钟前
【C++】—掌握STL vector 类:“Vector简介:动态数组的高效应用”charlie1145141911 小时前
Qt Event事件系统小探2iiiiiankor1 小时前
C/C++内存管理 | new的机制 | 重载自己的operator new小辛学西嘎嘎1 小时前
C/C++精品项目之图床共享云存储(3):网络缓冲区类和mainc语言鹌鹑蛋2 小时前
C++初阶 --- 类和对象(1)Jack黄从零学c++2 小时前
opencv(c++)图像的灰度转换