Hi

I decided to program a cd database application with a binary file database. With this app i can add to and remove cds from the database, edit information in the database, view the cds in the database and search information from the database.

I'm a beginner and i have done only few little programming projects. Now i'm a bit lost how i shoud implement the memory management for this app. Should i use a linked list here? What's the professional way to do this? Thanks a lot!