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
相关推荐
DolphinDB1 小时前
如何在C++交易系统中集成高性能回测与模拟撮合筏.k1 小时前
C++ 网络编程(14) asio多线程模型IOThreadPool爱喝茶的小茶2 小时前
周赛98补题OpenC++2 小时前
【C++】备忘录模式小庞在加油3 小时前
《dlib库中的聚类》算法详解:从原理到实践ComputerInBook3 小时前
C++ 标准模板库算法之 transform 用法2301_803554527 小时前
c++中类的前置声明LyaJpunov9 天前
深入理解 C++ volatile 与 atomic:五大用法解析 + 六大高频考点小灰灰搞电子10 天前
Qt PyQt与PySide技术-C++库的Python绑定时空自由民.10 天前
C++ 不同线程之间传值