Hi, I'm currently trying to organize a bunch of software products (After Effects, GIMP, World of Warcraft, etc) into several product categories (Video Editing, Photo Editing, Gaming, etc). Normally, I would use an array but I feel that the massive amount of data I'd be trying to store would clutter up my coding window and it would be very hard to filter through all of it. Is there an easier way to organize these products into categories? I was thinking maybe an enumeration or database or something, although I'm not too familiar with them. Any sort of collapsible type (such as an enum) would be great too. Any suggestions?
↧