Click here to Skip to main content
15,926,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Block internet acces!? Pin
dazinith21-May-02 6:20
dazinith21-May-02 6:20 
GeneralRe: Block internet acces!? Pin
Rickard Andersson2021-May-02 7:00
Rickard Andersson2021-May-02 7:00 
GeneralCTreeCtrl and Checkboxes Pin
dazinith21-May-02 5:47
dazinith21-May-02 5:47 
GeneralRe: CTreeCtrl and Checkboxes Pin
Shog921-May-02 13:28
sitebuilderShog921-May-02 13:28 
GeneralRe: CTreeCtrl and Checkboxes Pin
dazinith22-May-02 3:14
dazinith22-May-02 3:14 
GeneralRe: CTreeCtrl and Checkboxes Pin
Shog922-May-02 4:46
sitebuilderShog922-May-02 4:46 
GeneralCList Pin
Mazdak21-May-02 5:25
Mazdak21-May-02 5:25 
GeneralRe: CList Pin
Paul M Watt21-May-02 5:34
mentorPaul M Watt21-May-02 5:34 
I would return a CList* rather than the CList to prevent the entire list from being copied into a temporary variable, you will simply return the address of the CList.

Also, is there a problem in your declaration of the CList that you are using, I think that there may be a CStringList class that you can use that is predefined in MFC.

One more suggestion is to possibly think about dumping the inferior Micorsoft containers and switching to STL.

Good luck!


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralRe: CList Pin
Mazdak21-May-02 5:58
Mazdak21-May-02 5:58 
GeneralRe: CList Pin
Chris Losinger21-May-02 6:00
professionalChris Losinger21-May-02 6:00 
GeneralRe: CList Pin
Mazdak21-May-02 6:14
Mazdak21-May-02 6:14 
GeneralRe: CList Pin
perlmunger21-May-02 5:43
perlmunger21-May-02 5:43 
GeneralRe: CList Pin
Mazdak21-May-02 6:01
Mazdak21-May-02 6:01 
Generalextern "C" Pin
21-May-02 5:26
suss21-May-02 5:26 
GeneralRe: extern "C" Pin
Paul M Watt21-May-02 5:30
mentorPaul M Watt21-May-02 5:30 
Questionhow using PTSTR type? Pin
a_hic21-May-02 4:55
a_hic21-May-02 4:55 
AnswerRe: how using PTSTR type? Pin
James R. Twine21-May-02 5:16
James R. Twine21-May-02 5:16 
GeneralDialUp/LAN Question (Beginner ?) Pin
21-May-02 4:45
suss21-May-02 4:45 
GeneralRe: DialUp/LAN Question (Beginner ?) Pin
Joaquín M López Muñoz21-May-02 4:53
Joaquín M López Muñoz21-May-02 4:53 
GeneralRe: DialUp/LAN Question (Beginner ?) Pin
21-May-02 5:10
suss21-May-02 5:10 
GeneralRe: DialUp/LAN Question (Beginner ?) Pin
Martin Ziacek21-May-02 5:17
Martin Ziacek21-May-02 5:17 
GeneralRe: DialUp/LAN Question (Beginner ?) Pin
Nish Nishant21-May-02 4:59
sitebuilderNish Nishant21-May-02 4:59 
GeneralRe: DialUp/LAN Question (Beginner ?) Pin
21-May-02 14:07
suss21-May-02 14:07 
GeneralRe: DialUp/LAN Question (Beginner ?) Pin
21-May-02 23:33
suss21-May-02 23:33 
GeneralRe: DialUp/LAN Question (Beginner ?) Pin
Nish Nishant21-May-02 23:46
sitebuilderNish Nishant21-May-02 23:46 

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.