This is for NJU CS2019 Winter_Project. 😏
- Finish exercise/exercise.cpp (Note:
MergeSort
andQuickSort
are not required.) - Answer the Questions in exercise/exercise.cpp (Write down U answer in .cpp)
- Think about the Project. (What/How to do?
Make a PowerPoint and Show it to ME
)
- What is
Class
? And what is the difference betweenclass
andstruct
. - If you want to program a GUI intereface for your project (not just in cmd), you may have to learn something about QT.
- According to
Class Admin
, defineClass Customer
andClass Good
- Improve U PowerPoint(Maybe there are some new thoughts U have got, add them to U PPT)
- Finish the basic function including
Admin Login, Customer Login etc.
Note:
- You can learn about
Git
from Git Learning(liaoxuefeng)- You can learn QT begin with What is
slot
,emit
andsignal
?