Click here to Skip to main content
15,892,072 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
Questionnon dialog object sink advise causing assert to be thrown during advise initialisation Pin
TClarke4-Mar-09 0:26
TClarke4-Mar-09 0:26 
AnswerRe: non dialog object sink advise causing assert to be thrown during advise initialisation Pin
Jonathan Davies6-Mar-09 1:01
Jonathan Davies6-Mar-09 1:01 
GeneralRe: non dialog object sink advise causing assert to be thrown during advise initialisation Pin
TClarke6-Mar-09 1:25
TClarke6-Mar-09 1:25 
GeneralRe: non dialog object sink advise causing assert to be thrown during advise initialisation Pin
Jonathan Davies6-Mar-09 2:16
Jonathan Davies6-Mar-09 2:16 
GeneralRe: non dialog object sink advise causing assert to be thrown during advise initialisation Pin
TClarke6-Mar-09 2:43
TClarke6-Mar-09 2:43 
QuestionDerived class from a template base class Pin
yellowine3-Mar-09 17:34
yellowine3-Mar-09 17:34 
AnswerRe: Derived class from a template base class Pin
led mike4-Mar-09 4:34
led mike4-Mar-09 4:34 
Questionset_union question (about the parameter _Result) Pin
followait2-Mar-09 3:51
followait2-Mar-09 3:51 
Why not let the function decided the size of the _Result parameter?
It'll be (_Last1-_First1+1) + (_Last2-_First2+1) firstly, then the function knows to keep it lean, also it can keep the extra elements at the end in memory if any, then size() <= capacity().
What is the desiners' idea?

template<class class="" outputiterator="">
   OutputIterator set_union(
      InputIterator1 _First1, 
      InputIterator1 _Last1,
      InputIterator2 _First2, 
      InputIterator2 _Last2, 
      OutputIterator _Result
   );</class>

AnswerRe: set_union question (about the parameter _Result) Pin
Stuart Dootson2-Mar-09 7:25
professionalStuart Dootson2-Mar-09 7:25 
GeneralRe: set_union question (about the parameter _Result) Pin
followait2-Mar-09 14:41
followait2-Mar-09 14:41 
GeneralRe: set_union question (about the parameter _Result) Pin
«_Superman_»2-Mar-09 17:52
professional«_Superman_»2-Mar-09 17:52 
GeneralRe: set_union question (about the parameter _Result) Pin
Stuart Dootson2-Mar-09 19:20
professionalStuart Dootson2-Mar-09 19:20 
QuestionPerformance clarification on vectors? Pin
mmayur27-Feb-09 5:58
mmayur27-Feb-09 5:58 
AnswerRe: Performance clarification on vectors? Pin
Stuart Dootson27-Feb-09 8:19
professionalStuart Dootson27-Feb-09 8:19 
Questionhelp: A C++ template question [modified] Pin
yellowine24-Feb-09 11:12
yellowine24-Feb-09 11:12 
AnswerRe: help: A C++ template question Pin
Stuart Dootson24-Feb-09 11:20
professionalStuart Dootson24-Feb-09 11:20 
GeneralRe: help: A C++ template question Pin
yellowine24-Feb-09 11:24
yellowine24-Feb-09 11:24 
GeneralRe: help: A C++ template question Pin
Stuart Dootson24-Feb-09 12:53
professionalStuart Dootson24-Feb-09 12:53 
QuestionMap access violation problem with release build Pin
Kyudos23-Feb-09 15:30
Kyudos23-Feb-09 15:30 
AnswerRe: Map access violation problem with release build Pin
Kyudos23-Feb-09 16:15
Kyudos23-Feb-09 16:15 
AnswerRe: Map access violation problem with release build Pin
Stuart Dootson24-Feb-09 8:48
professionalStuart Dootson24-Feb-09 8:48 
GeneralRe: Map access violation problem with release build Pin
Kyudos24-Feb-09 9:39
Kyudos24-Feb-09 9:39 
AnswerRe: Map access violation problem with release build Pin
Kyudos24-Feb-09 10:06
Kyudos24-Feb-09 10:06 
GeneralRe: Map access violation problem with release build Pin
Stuart Dootson24-Feb-09 10:17
professionalStuart Dootson24-Feb-09 10:17 
GeneralRe: Map access violation problem with release build Pin
Kyudos24-Feb-09 10:41
Kyudos24-Feb-09 10:41 

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.