I have a problem with my combobox. When there are two of the same names I want them to be diplayed only one time in the combobox. In SQL there is a function called distinct which does the job. How do I do the same in C++ ?