Reorganize practice code
Closed this issue · 0 comments
XiaotaoGuo commented
I need to find a good way to organize example code for each example in each topic
current thought:
- one folder for each topic
- one subfolder for each example in the topic
- use g++ script to build & run the program(not sure whether some complicate cases will occur and we need to use CMake to configure it??)