Click here to Skip to main content
15,905,963 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Calling a COM DLL(built in visual studio 2008) from a COM DLL VC++ (visual studio 6.0) Pin
Stuart Dootson24-Apr-09 7:39
professionalStuart Dootson24-Apr-09 7:39 
QuestionRe: Calling a COM DLL(built in visual studio 2008) from a COM DLL VC++ (visual studio 6.0) Pin
Roger Stoltz23-Apr-09 21:37
Roger Stoltz23-Apr-09 21:37 
AnswerRe: Calling a COM DLL(built in visual studio 2008) from a COM DLL VC++ (visual studio 6.0) Pin
rana ray24-Apr-09 4:57
rana ray24-Apr-09 4:57 
QuestionHow to retrieve the Windows media player's interface point where the WMP is embeded in web page. Pin
zhaoyu16222-Apr-09 19:30
zhaoyu16222-Apr-09 19:30 
QuestionHow to Convert String Array to LPWSTR* Pin
ANURAG VISHNOI22-Apr-09 18:43
ANURAG VISHNOI22-Apr-09 18:43 
AnswerRe: How to Convert String Array to LPWSTR* Pin
Stuart Dootson22-Apr-09 21:26
professionalStuart Dootson22-Apr-09 21:26 
GeneralRe: How to Convert String Array to LPWSTR* [modified] Pin
ANURAG VISHNOI22-Apr-09 23:33
ANURAG VISHNOI22-Apr-09 23:33 
QuestionSTL-set difference and intersection Pin
liquid_21-Apr-09 23:03
liquid_21-Apr-09 23:03 
How to compute difference and intersection of two sets?
There are functions set_difference and set_intersection which requires two pairs of iterators of source sets and output iterator of resulting set. Here, set can be any sorted container with incrementable iterator. There is another requirement that the output should be large enough to contain the destination range.
For STL-set, however, you cannot set the size of it and using an empty set as output leads to assertion. In fact, output iterator of destination empty set is equal to end() and incrementing iterator does not add elements to a set.
So how to compute this?
AnswerRe: STL-set difference and intersection Pin
Stuart Dootson22-Apr-09 5:39
professionalStuart Dootson22-Apr-09 5:39 
GeneralRe: STL-set difference and intersection - works! Pin
liquid_22-Apr-09 21:15
liquid_22-Apr-09 21:15 
Questionconvertion vc6 to dotnet2008 Pin
Rajeesh MP17-Apr-09 2:37
Rajeesh MP17-Apr-09 2:37 
AnswerRe: convertion vc6 to dotnet2008 Pin
Stuart Dootson17-Apr-09 9:08
professionalStuart Dootson17-Apr-09 9:08 
GeneralRe: convertion vc6 to dotnet2008 Pin
Rajeesh MP17-Apr-09 18:44
Rajeesh MP17-Apr-09 18:44 
GeneralRe: convertion vc6 to dotnet2008 Pin
Stuart Dootson17-Apr-09 19:07
professionalStuart Dootson17-Apr-09 19:07 
GeneralRe: convertion vc6 to dotnet2008 Pin
Rajeesh MP17-Apr-09 19:44
Rajeesh MP17-Apr-09 19:44 
GeneralRe: convertion vc6 to dotnet2008 Pin
Stuart Dootson17-Apr-09 21:22
professionalStuart Dootson17-Apr-09 21:22 
GeneralRe: convertion vc6 to dotnet2008 Pin
Rajeesh MP18-Apr-09 0:50
Rajeesh MP18-Apr-09 0:50 
GeneralRe: convertion vc6 to dotnet2008 Pin
Stuart Dootson18-Apr-09 1:19
professionalStuart Dootson18-Apr-09 1:19 
GeneralRe: convertion vc6 to dotnet2008 Pin
Rajeesh MP21-Apr-09 0:59
Rajeesh MP21-Apr-09 0:59 
GeneralRe: convertion vc6 to dotnet2008 Pin
Stuart Dootson21-Apr-09 2:00
professionalStuart Dootson21-Apr-09 2:00 
GeneralRe: convertion vc6 to dotnet2008 [modified] Pin
Rajeesh MP21-Apr-09 18:10
Rajeesh MP21-Apr-09 18:10 
GeneralRe: convertion vc6 to dotnet2008 Pin
Stuart Dootson21-Apr-09 22:03
professionalStuart Dootson21-Apr-09 22:03 
GeneralRe: convertion vc6 to dotnet2008 Pin
Rajeesh MP22-Apr-09 18:23
Rajeesh MP22-Apr-09 18:23 
GeneralRe: convertion vc6 to dotnet2008 Pin
Rajeesh MP22-Apr-09 19:05
Rajeesh MP22-Apr-09 19:05 
GeneralRe: convertion vc6 to dotnet2008 Pin
Stuart Dootson22-Apr-09 21:15
professionalStuart Dootson22-Apr-09 21:15 

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.