Click here to Skip to main content
15,921,212 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: ATL dialog Pin
Michael Dunn24-May-07 13:48
sitebuilderMichael Dunn24-May-07 13:48 
QuestionDownload progressbar implementation Pin
Arif Siddiquee22-May-07 8:37
Arif Siddiquee22-May-07 8:37 
AnswerRe: Download progressbar implementation Pin
Hamid_RT22-May-07 8:48
Hamid_RT22-May-07 8:48 
GeneralRe: Download progressbar implementation Pin
Arif Siddiquee22-May-07 8:54
Arif Siddiquee22-May-07 8:54 
GeneralRe: Download progressbar implementation Pin
Hamid_RT22-May-07 9:05
Hamid_RT22-May-07 9:05 
Questionplace FlexGrid in ATL window(CWnd Inheritance). Pin
thatsravi21-May-07 23:53
thatsravi21-May-07 23:53 
Questionvector assignment operations Pin
misha_grewal20-May-07 23:02
misha_grewal20-May-07 23:02 
AnswerRe: vector assignment operations Pin
Stuart Dootson21-May-07 0:11
professionalStuart Dootson21-May-07 0:11 
misha_grewal wrote:

What happens to the objects contained in pVect when the assignment operator is called?

There aren't any objects in pVect when the assignment operator is called.

The best code to use would probably be
pVect = new std::vector<myclass>(vect.begin(), vect.end());

This allocates the new vector and copies the contents of vect in one operation.



GeneralRe: vector assignment operations Pin
misha_grewal21-May-07 0:27
misha_grewal21-May-07 0:27 
GeneralRe: vector assignment operations Pin
Stuart Dootson21-May-07 4:07
professionalStuart Dootson21-May-07 4:07 
AnswerRe: vector assignment operations Pin
Nemanja Trifunovic23-May-07 1:57
Nemanja Trifunovic23-May-07 1:57 
AnswerRe: vector assignment operations Pin
John R. Shaw29-May-07 3:56
John R. Shaw29-May-07 3:56 
QuestionHow much a vector can store? Pin
Pankaj.Jain20-May-07 23:02
professionalPankaj.Jain20-May-07 23:02 
AnswerRe: How much a vector can store? Pin
Stuart Dootson21-May-07 0:07
professionalStuart Dootson21-May-07 0:07 
QuestionDEP (Data Execution Prevention) in WinXP SP2 and ATL/WTL thunk. Pin
JaeWook Choi18-May-07 10:26
JaeWook Choi18-May-07 10:26 
AnswerRe: DEP (Data Execution Prevention) in WinXP SP2 and ATL/WTL thunk. Pin
Jörgen Sigvardsson19-May-07 2:06
Jörgen Sigvardsson19-May-07 2:06 
GeneralRe: DEP (Data Execution Prevention) in WinXP SP2 and ATL/WTL thunk. Pin
JaeWook Choi22-May-07 3:40
JaeWook Choi22-May-07 3:40 
GeneralRe: DEP (Data Execution Prevention) in WinXP SP2 and ATL/WTL thunk. Pin
Jörgen Sigvardsson22-May-07 3:50
Jörgen Sigvardsson22-May-07 3:50 
GeneralRe: DEP (Data Execution Prevention) in WinXP SP2 and ATL/WTL thunk. Pin
JaeWook Choi23-May-07 3:47
JaeWook Choi23-May-07 3:47 
GeneralRe: DEP (Data Execution Prevention) in WinXP SP2 and ATL/WTL thunk. Pin
Jörgen Sigvardsson23-May-07 3:56
Jörgen Sigvardsson23-May-07 3:56 
Questionusing mscomm32.ocx in ATL Exe? Pin
viral_umang@hotmail.com18-May-07 0:33
viral_umang@hotmail.com18-May-07 0:33 
QuestionExecuting Javascript in ASPX Pin
darora317-May-07 18:15
darora317-May-07 18:15 
Questionattributed ATL, forward declare interface? Pin
Jared Allen16-May-07 12:29
Jared Allen16-May-07 12:29 
AnswerRe: attributed ATL, forward declare interface? Pin
Michael Dunn18-May-07 14:57
sitebuilderMichael Dunn18-May-07 14:57 
AnswerRe: attributed ATL, forward declare interface? Pin
Jörgen Sigvardsson19-May-07 2:05
Jörgen Sigvardsson19-May-07 2:05 

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.