Files
004_comission/marissa.sam/_prompts/step3/prompt.md
louiscklaw ca0eb416dd update,
2025-01-31 21:27:38 +08:00

17 lines
327 B
Markdown

write some cpp functions:
- User can add, edit and delete the record to the system manually or upload a file.
using cpp, write a console program that accepts:
user input a csv file path
the program then parse the inputted csv file and insert the record
```
name,maths,chinese,english
apple,99,98,99
banana,99,98,99
```