Hi., Everyone.can i ask some question's about c programming, who can explain this question.
What Inventory System ?, How to use inventory system?, and what module of inventory system...please help me to answer my question.
If you read the link I gave to you, you would know that an inventory system can be a class or struct that keeps records of the quantity of something, it's characteristics, etc... It must also include functions that read / write to the system to keep it updated. For example, if you were making a racing game, you would need to keep track of the car objects. Example: