Click here to Skip to main content
15,919,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Copy one vector onto the END of another vector Pin
toxcct22-Nov-07 6:57
toxcct22-Nov-07 6:57 
GeneralRe: How to Copy one vector onto the END of another vector [modified] Pin
Larry Mills Sr22-Nov-07 8:01
Larry Mills Sr22-Nov-07 8:01 
GeneralRe: How to Copy one vector onto the END of another vector Pin
toxcct22-Nov-07 8:08
toxcct22-Nov-07 8:08 
GeneralRe: How to Copy one vector onto the END of another vector Pin
Larry Mills Sr22-Nov-07 8:31
Larry Mills Sr22-Nov-07 8:31 
GeneralRe: How to Copy one vector onto the END of another vector Pin
toxcct22-Nov-07 8:35
toxcct22-Nov-07 8:35 
GeneralRe: How to Copy one vector onto the END of another vector Pin
Larry Mills Sr22-Nov-07 15:05
Larry Mills Sr22-Nov-07 15:05 
GeneralRe: How to Copy one vector onto the END of another vector [modified] Pin
toxcct22-Nov-07 21:07
toxcct22-Nov-07 21:07 
GeneralRe: How to Copy one vector onto the END of another vector Pin
Larry Mills Sr23-Nov-07 8:31
Larry Mills Sr23-Nov-07 8:31 
I tried to do this: std::vector<CString> m_Item; but the compiler wouldn't let me. to work around that I created the CMyTrialer class whose only purpose is to have a CString (m_csData) as it's only purpose. the compiler accepted that but when I just put vector<CString> the compiler said error: CString is not a class, union,etc. so I just created CMyTrailer to hold a CString and the compiler accepted that.
I will take each of the CMyTrailer.m_csData data and put them into a listbox on the final page of the Wizard.

A C++ programming language novice, but striving to learn
GeneralRe: How to Copy one vector onto the END of another vector Pin
super_ttd23-Nov-07 23:17
super_ttd23-Nov-07 23:17 
GeneralRe: How to Copy one vector onto the END of another vector Pin
Larry Mills Sr24-Nov-07 6:41
Larry Mills Sr24-Nov-07 6:41 
GeneralRe: How to Copy one vector onto the END of another vector Pin
toxcct25-Nov-07 21:14
toxcct25-Nov-07 21:14 
QuestionVersioning a Win32 DLL Pin
Rajesh_Parameswaran22-Nov-07 4:58
Rajesh_Parameswaran22-Nov-07 4:58 
AnswerRe: Versioning a Win32 DLL Pin
Mark Salsbery22-Nov-07 6:59
Mark Salsbery22-Nov-07 6:59 
QuestionAdding a Toolbar window into a MDI frame window Pin
Tien-Thong22-Nov-07 4:55
Tien-Thong22-Nov-07 4:55 
AnswerRe: Adding a Toolbar window into a MDI frame window Pin
Prasann Mayekar23-Nov-07 18:26
Prasann Mayekar23-Nov-07 18:26 
QuestionAddPrinter() fails with Error Code 126 Pin
dubbele onzin22-Nov-07 2:32
dubbele onzin22-Nov-07 2:32 
GeneralRe: AddPrinter() fails with Error Code 126 Pin
Nelek5-Dec-07 4:02
protectorNelek5-Dec-07 4:02 
QuestionIs that possible to run an EXE file that is placed inside a data file ? Pin
sdancer7522-Nov-07 2:12
sdancer7522-Nov-07 2:12 
AnswerRe: Is that possible to run an EXE file that is placed inside a data file ? Pin
Iain Clarke, Warrior Programmer22-Nov-07 3:44
Iain Clarke, Warrior Programmer22-Nov-07 3:44 
GeneralRe: Is that possible to run an EXE file that is placed inside a data file ? Pin
sdancer7523-Nov-07 3:57
sdancer7523-Nov-07 3:57 
GeneralRe: Is that possible to run an EXE file that is placed inside a data file ? Pin
Iain Clarke, Warrior Programmer23-Nov-07 4:30
Iain Clarke, Warrior Programmer23-Nov-07 4:30 
GeneralRe: Is that possible to run an EXE file that is placed inside a data file ? Pin
sdancer7523-Nov-07 6:34
sdancer7523-Nov-07 6:34 
QuestionChecking a CWnd pointer Pin
Hadi Dayvary22-Nov-07 1:38
professionalHadi Dayvary22-Nov-07 1:38 
AnswerRe: Checking a CWnd pointer Pin
Paresh Chitte22-Nov-07 1:43
Paresh Chitte22-Nov-07 1:43 
GeneralRe: Checking a CWnd pointer Pin
Hadi Dayvary22-Nov-07 2:02
professionalHadi Dayvary22-Nov-07 2:02 

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.