Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Notepad


Use some datastructs to simulate how a notepad works.

The mini_word uses the linkedlist writen by myself to maintain the text we input. It is designed by Java.

The TextEditor uses the widgets provided by QT to maintain the text we input. It is designed by QT and C++