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
相关推荐
djjjx.1 天前
【 C++ 】多态鸿芯微控科技1 天前
MFC关断后还有流量怎么办?零流量、阀门泄漏、压差与Python分析ShineWinsu1 天前
对于C++:C++11中lambda、function、bind的解析码匠许师傅1 天前
【C++ 面试真题】聊聊 C++ 的拷贝构造与拷贝赋值旖旎夜光1 天前
LeetCode 3:无重复字符的最长子串(滑动窗口) —— 题解汉字萌萌哒1 天前
2024CSP-J入门级C++真题详解hy.z_7772 天前
【C++】13. 继承汉字萌萌哒2 天前
2019CCF-CSP入门级C++试题解析2401_890603402 天前
C++ 继承果果燕2 天前
C++ 学习笔记(二):类与对象—— 构造函数与析构函数