Click here to Skip to main content
15,900,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSendmessage Pin
Anthony988711-Oct-02 8:06
Anthony988711-Oct-02 8:06 
GeneralRe: Sendmessage Pin
Nick Parker11-Oct-02 8:34
protectorNick Parker11-Oct-02 8:34 
GeneralRe: Sendmessage Pin
valikac11-Oct-02 15:18
valikac11-Oct-02 15:18 
GeneralRe: Sendmessage Pin
Michael Dunn11-Oct-02 16:17
sitebuilderMichael Dunn11-Oct-02 16:17 
QuestionHow to get the Error Pin
Gaurika Wijeratne11-Oct-02 7:49
Gaurika Wijeratne11-Oct-02 7:49 
AnswerRe: How to get the Error Pin
Paul M Watt11-Oct-02 9:27
mentorPaul M Watt11-Oct-02 9:27 
AnswerRe: How to get the Error Pin
Alvaro Mendez11-Oct-02 11:33
Alvaro Mendez11-Oct-02 11:33 
GeneralSTL adding two sets together Pin
ns11-Oct-02 7:47
ns11-Oct-02 7:47 
I have two sets set1, set2. They have some elements in commmon. I want to make a set3 which is the unique elements from both set1 and set3.

What i mean is if set1 has a,b,c,d,e

set2 has b,c,e,f,g,

Then I want set3 to have in it: a,b,c,d,e,f,g. I'm using a set because it wont have duplicate elements. But I dont know if you can do:

set3 = set1+set2?

Do I have to use iterators and do something like copy both set1, set2, into set3?

Appreciate your help,
ns
GeneralRe: STL adding two sets together Pin
Daniel Turini11-Oct-02 7:46
Daniel Turini11-Oct-02 7:46 
GeneralRe: STL adding two sets together Pin
Nick Parker11-Oct-02 8:53
protectorNick Parker11-Oct-02 8:53 
GeneralRe: STL adding two sets together Pin
Daniel Turini11-Oct-02 8:56
Daniel Turini11-Oct-02 8:56 
GeneralRe: STL adding two sets together Pin
Nick Parker11-Oct-02 9:01
protectorNick Parker11-Oct-02 9:01 
GeneralRe: STL adding two sets together Pin
jbarton11-Oct-02 9:46
jbarton11-Oct-02 9:46 
GeneralRe: STL adding two sets together Pin
ns11-Oct-02 9:53
ns11-Oct-02 9:53 
GeneralGetting CRETESTRUCT data from a hook Pin
Gaurika Wijeratne11-Oct-02 7:39
Gaurika Wijeratne11-Oct-02 7:39 
GeneralRe: Getting CRETESTRUCT data from a hook Pin
Paul M Watt11-Oct-02 7:47
mentorPaul M Watt11-Oct-02 7:47 
GeneralRe: Getting CRETESTRUCT data from a hook Pin
Gaurika Wijeratne11-Oct-02 8:10
Gaurika Wijeratne11-Oct-02 8:10 
GeneralRe: Getting CRETESTRUCT data from a hook Pin
Paul M Watt11-Oct-02 9:33
mentorPaul M Watt11-Oct-02 9:33 
GeneralRe: Getting CRETESTRUCT data from a hook Pin
Joel Lucsy11-Oct-02 10:18
Joel Lucsy11-Oct-02 10:18 
GeneralFTP file Pin
Anonymous11-Oct-02 7:37
Anonymous11-Oct-02 7:37 
GeneralRe: FTP file Pin
Rickard Andersson2011-Oct-02 9:14
Rickard Andersson2011-Oct-02 9:14 
GeneralRe: FTP file Pin
Anonymous11-Oct-02 9:34
Anonymous11-Oct-02 9:34 
GeneralRe: FTP file Pin
Rickard Andersson2011-Oct-02 23:27
Rickard Andersson2011-Oct-02 23:27 
GeneralRe: FTP file Pin
perlmunger12-Oct-02 17:01
perlmunger12-Oct-02 17:01 
Generalerror C2512: 'CMeasureItemsPage' : no appropriate default construc Pin
Daniel Strigl11-Oct-02 7:35
Daniel Strigl11-Oct-02 7:35 

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.