Nightinggale
Deity
- Joined
- Feb 2, 2009
- Messages
- 5,378
I was actually considering using std::list or std::vector. That way we have no upper limit (well not a realistic reachable upper limit) an it should store pairs of ProfessionTypes, int iTurns. In most cases the list will contain 0 or 1 elements, but it will still work if somebody has a need for 2 or 3.2 slots should be enough.