Page 1 of 1

Maximum nuber of item in listbox

Posted: Mon Feb 14, 2005 09:41
by krithigal
Hi

i want to know how many number of item i can add in a listbox.

waiting for your response

regards
krithiga

Re: Maximum nuber of item in listbox

Posted: Mon Feb 14, 2005 10:13
by CrazyEddie
You will likely run into performance and/or memory issues long before you hit the theoretical maximum (which is basically whatever your STL implementation limits you to for a std::vector).

CE.