This is for NJU CS2019 Winter_Project. 😏
- Finish exercise/exercise.cpp (Note:
MergeSortandQuickSortare 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 betweenclassandstruct. - 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 CustomerandClass 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
Gitfrom Git Learning(liaoxuefeng)- You can learn QT begin with What is
slot,emitandsignal?