To contents
Next section
2.1 Taking care of input
Now, it would be better and more general if we could enter more records into our database. Let's add such a function and modify the
main()
function to accept "commands".
2.1.1 add_record()
2.1.2 main()
To contents
Next section