Click here to Skip to main content
15,885,278 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionc++ split fnction help Pin
ehsan161804-Feb-11 19:02
ehsan161804-Feb-11 19:02 
AnswerRe: c++ split fnction help REPOST Pin
Richard MacCutchan4-Feb-11 23:38
mveRichard MacCutchan4-Feb-11 23:38 
QuestionHow to add items to CListCtrl faster? Pin
includeh104-Feb-11 10:53
includeh104-Feb-11 10:53 
AnswerRe: How to add items to CListCtrl faster? Pin
Hans Dietrich4-Feb-11 11:24
mentorHans Dietrich4-Feb-11 11:24 
GeneralRe: How to add items to CListCtrl faster? Pin
Chris Meech4-Feb-11 12:16
Chris Meech4-Feb-11 12:16 
GeneralRe: How to add items to CListCtrl faster? Pin
includeh104-Feb-11 13:57
includeh104-Feb-11 13:57 
GeneralRe: How to add items to CListCtrl faster? Pin
Hans Dietrich4-Feb-11 14:25
mentorHans Dietrich4-Feb-11 14:25 
AnswerRe: How to add items to CListCtrl faster? Pin
User 74293384-Feb-11 11:56
professionalUser 74293384-Feb-11 11:56 
It depends of course on the goal of your program, but 100,000 items seems an excessive amount; the most notable speed improvement would come from not adding so many items. If this were possible, it would also speed things up later when you're scrolling the view, selecting items, deleting selections etc.

Maybe it would be useful to add some filter functionality, this would both help the loading time and help the user find what he wants more easily.

modified 13-Sep-18 21:01pm.

AnswerRe: How to add items to CListCtrl faster? Pin
Andrew Brock4-Feb-11 15:09
Andrew Brock4-Feb-11 15:09 
QuestionHow to Run a thread after the process exit Pin
pandit844-Feb-11 2:10
pandit844-Feb-11 2:10 
AnswerRe: How to Run a thread after the process exit Pin
Rajesh R Subramanian4-Feb-11 2:57
professionalRajesh R Subramanian4-Feb-11 2:57 
GeneralRe: How to Run a thread after the process exit Pin
Stephen Hewitt4-Feb-11 3:21
Stephen Hewitt4-Feb-11 3:21 
GeneralRe: How to Run a thread after the process exit Pin
Hans Dietrich4-Feb-11 3:47
mentorHans Dietrich4-Feb-11 3:47 
GeneralRe: How to Run a thread after the process exit Pin
Yusuf4-Feb-11 5:41
Yusuf4-Feb-11 5:41 
AnswerRe: How to Run a thread after the process exit Pin
Stephen Hewitt4-Feb-11 3:23
Stephen Hewitt4-Feb-11 3:23 
AnswerRe: How to Run a thread after the process exit Pin
«_Superman_»4-Feb-11 4:29
professional«_Superman_»4-Feb-11 4:29 
QuestionUpper Bound and Lower Bound of an array [SOLVED] Pin
goldenrose94-Feb-11 0:08
goldenrose94-Feb-11 0:08 
AnswerRe: Upper Bound and Lower Bound of an array Pin
Cool_Dev4-Feb-11 0:34
Cool_Dev4-Feb-11 0:34 
GeneralRe: Upper Bound and Lower Bound of an array Pin
Richard MacCutchan4-Feb-11 0:59
mveRichard MacCutchan4-Feb-11 0:59 
GeneralRe: Upper Bound and Lower Bound of an array Pin
Cool_Dev4-Feb-11 1:18
Cool_Dev4-Feb-11 1:18 
GeneralRe: Upper Bound and Lower Bound of an array Pin
Richard MacCutchan4-Feb-11 1:28
mveRichard MacCutchan4-Feb-11 1:28 
GeneralRe: Upper Bound and Lower Bound of an array Pin
goldenrose94-Feb-11 1:52
goldenrose94-Feb-11 1:52 
GeneralRe: Upper Bound and Lower Bound of an array Pin
Cool_Dev4-Feb-11 1:56
Cool_Dev4-Feb-11 1:56 
GeneralRe: Upper Bound and Lower Bound of an array Pin
goldenrose94-Feb-11 2:35
goldenrose94-Feb-11 2:35 
GeneralRe: Upper Bound and Lower Bound of an array Pin
Stefan_Lang4-Feb-11 2:31
Stefan_Lang4-Feb-11 2:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.