I have a design question.
I have table in Data Base with 3 fields. Table X ( Nbr (Unique and unsigned int), Status (int), Customer Name). I have fixed Nbr from <1 - 10 >.
Now I would like to design a class with defined data structure which would help me to keep these 10 records in memory.
Please propose a class design. Use of STL is fine.