Click here to Skip to main content
15,921,884 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: window's init message ? Pin
ColinDavies2-Aug-02 21:55
ColinDavies2-Aug-02 21:55 
GeneralURL for bmp to jpeg Pin
suresh_sathya2-Aug-02 20:13
suresh_sathya2-Aug-02 20:13 
GeneralRe: URL for bmp to jpeg Pin
Chris Losinger2-Aug-02 20:18
professionalChris Losinger2-Aug-02 20:18 
GeneralRe: URL for bmp to jpeg Pin
-Dy5-Aug-02 0:41
-Dy5-Aug-02 0:41 
QuestionCPP question??? Pin
alex.barylski2-Aug-02 20:00
alex.barylski2-Aug-02 20:00 
AnswerRe: CPP question??? Pin
Chris Losinger2-Aug-02 20:07
professionalChris Losinger2-Aug-02 20:07 
GeneralRe: CPP question??? Pin
alex.barylski2-Aug-02 20:49
alex.barylski2-Aug-02 20:49 
GeneralRe: CPP question??? Pin
Christian Graus2-Aug-02 21:08
protectorChristian Graus2-Aug-02 21:08 
The answer comes in two parts.

1. a list is not an array, it is a data structure where each element knows about it's own data and ( at least ) the location of the next piece of data. Some lists also know the location of the prior item. Advantages of lists: they are quick if you want to add and remove from the middle. Disadvantages: they are slow for lookup of items.

2. How does CPtrList work ? Like all MFC container classes, that is, barely. Use std::list or std::vector instead.



Christian

We're just observing the seasonal migration from VB to VC. Most of these birds will be killed by predators or will die of hunger. Only the best will survive - Tomasz Sowinski 29-07-2002 ( on the number of newbie posters in the VC forum )
GeneralRe: CPP question??? Pin
alex.barylski2-Aug-02 22:30
alex.barylski2-Aug-02 22:30 
GeneralRe: CPP question??? Pin
Chris Losinger3-Aug-02 5:07
professionalChris Losinger3-Aug-02 5:07 
GeneralProblem in Detecting System Idle time Pin
Prateeti2-Aug-02 19:38
Prateeti2-Aug-02 19:38 
QuestionPlug in architecture - how to create a good one? Pin
Hiusing2-Aug-02 17:45
Hiusing2-Aug-02 17:45 
AnswerRe: Plug in architecture - how to create a good one? Pin
Chris Losinger2-Aug-02 20:12
professionalChris Losinger2-Aug-02 20:12 
GeneralCDhtmlDialog (VS.NET) Pin
Roman Nurik2-Aug-02 17:34
Roman Nurik2-Aug-02 17:34 
GeneralRe: CDhtmlDialog (VS.NET) Pin
ColinDavies2-Aug-02 21:14
ColinDavies2-Aug-02 21:14 
GeneralMDI question Pin
RK_20002-Aug-02 17:18
RK_20002-Aug-02 17:18 
GeneralRe: MDI question Pin
Pavel Klocek3-Aug-02 2:46
Pavel Klocek3-Aug-02 2:46 
QuestionSQL anyone? Pin
nss2-Aug-02 17:08
nss2-Aug-02 17:08 
AnswerRe: SQL anyone? Pin
RK_20002-Aug-02 17:15
RK_20002-Aug-02 17:15 
GeneralRe: SQL anyone? Pin
nss2-Aug-02 18:16
nss2-Aug-02 18:16 
GeneralRe: SQL anyone? Pin
RK_20002-Aug-02 18:26
RK_20002-Aug-02 18:26 
GeneralRe: SQL anyone? Pin
nss2-Aug-02 18:25
nss2-Aug-02 18:25 
GeneralExit Problem Pin
Selevercin2-Aug-02 14:39
Selevercin2-Aug-02 14:39 
GeneralRe: Exit Problem Pin
Nish Nishant2-Aug-02 15:19
sitebuilderNish Nishant2-Aug-02 15:19 
GeneralRe: Exit Problem Pin
Selevercin2-Aug-02 16:07
Selevercin2-Aug-02 16:07 

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.