update,
This commit is contained in:
16
marissa.sam/_prompts/step3/prompt.md
Normal file
16
marissa.sam/_prompts/step3/prompt.md
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user