I am new in c and dont know how to make a database in it
i know that there is no database connection with c but i want to make project on employee data using file processing like this
1. add (employee name, age, contact number)
2. edit (employee name, age, contact number)
3. delete
4. search
5. list
6. import/export
I am using dev c++ version 4.9.9.2
I have knowledge of read n write file but i dont know how this project will be code using file processing
can any one give me the instructions of how to make it