Posts: 1,233
Threads: 269
Joined: Oct 2008
Reputation:
0
When to use enum or variables? Is better to use enum for saving system?
Posts: 295
Threads: 6
Joined: Apr 2013
Reputation:
0
the typical implementation you'd see with enums only help make sense of arrays. variables stores data.