How can i do the following:
I want to create a restaurant menu.
It contains 3 types of food(fish, meat, italian) and each type of food has several (15 to 20) dishes.
I want to use the database.
I think it has t do with “pointer type” but i dont understand the tutorials concerning the “pointer type”.
Can you give me an exapmle?