Click here to Skip to main content
15,891,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem in updating from vs2002 to vs2008 Pin
002comp13-Jul-09 2:31
002comp13-Jul-09 2:31 
here is the sample code in which i m using vector:

Piece is some class.
vector<piece> &m1 = mygarmentizemod->get_m1();
m1.clear();

for(;;)
{

m1.push_back(tmp);
}

tmp is the object of piece.
GeneralRe: Problem in updating from vs2002 to vs2008 Pin
Stuart Dootson13-Jul-09 2:37
professionalStuart Dootson13-Jul-09 2:37 
AnswerRe: Problem in updating from vs2002 to vs2008 Pin
Randor 13-Jul-09 19:49
professional Randor 13-Jul-09 19:49 
QuestionHow to Use IQueryAssociations Pin
Nitheesh George13-Jul-09 1:24
Nitheesh George13-Jul-09 1:24 
QuestionVC++ 6.0 - No Unicode in debug output window Pin
khb13-Jul-09 1:14
khb13-Jul-09 1:14 
AnswerRe: VC++ 6.0 - No Unicode in debug output window Pin
Rajesh R Subramanian13-Jul-09 1:26
professionalRajesh R Subramanian13-Jul-09 1:26 
QuestionRe: VC++ 6.0 - No Unicode in debug output window Pin
khb13-Jul-09 2:14
khb13-Jul-09 2:14 
AnswerRe: VC++ 6.0 - No Unicode in debug output window Pin
Rajesh R Subramanian13-Jul-09 2:35
professionalRajesh R Subramanian13-Jul-09 2:35 
QuestionRe: VC++ 6.0 - No Unicode in debug output window Pin
khb13-Jul-09 3:27
khb13-Jul-09 3:27 
QuestionMonitoring Window Creation in another Process Pin
Steve Thresher13-Jul-09 0:52
Steve Thresher13-Jul-09 0:52 
AnswerRe: Monitoring Window Creation in another Process Pin
Stuart Dootson13-Jul-09 1:01
professionalStuart Dootson13-Jul-09 1:01 
GeneralRe: Monitoring Window Creation in another Process Pin
Steve Thresher13-Jul-09 1:12
Steve Thresher13-Jul-09 1:12 
GeneralRe: Monitoring Window Creation in another Process Pin
kilt15-Jul-09 5:47
kilt15-Jul-09 5:47 
GeneralRe: Monitoring Window Creation in another Process Pin
Stuart Dootson15-Jul-09 5:49
professionalStuart Dootson15-Jul-09 5:49 
QuestionCreate a Windows media player control at runtime. Pin
Sakthivel P13-Jul-09 0:49
Sakthivel P13-Jul-09 0:49 
AnswerRe: Create a Windows media player control at runtime. Pin
Stuart Dootson13-Jul-09 1:15
professionalStuart Dootson13-Jul-09 1:15 
GeneralRe: Create a Windows media player control at runtime. Pin
Sakthivel P13-Jul-09 1:35
Sakthivel P13-Jul-09 1:35 
GeneralRe: Create a Windows media player control at runtime. Pin
Stuart Dootson13-Jul-09 2:43
professionalStuart Dootson13-Jul-09 2:43 
Questionregistry access problem Pin
Mogamboo_Khush_Hua12-Jul-09 23:38
Mogamboo_Khush_Hua12-Jul-09 23:38 
AnswerRe: registry access problem Pin
CPallini13-Jul-09 0:10
mveCPallini13-Jul-09 0:10 
GeneralRe: registry access problem Pin
Mogamboo_Khush_Hua13-Jul-09 1:00
Mogamboo_Khush_Hua13-Jul-09 1:00 
GeneralRe: registry access problem Pin
Stuart Dootson13-Jul-09 1:05
professionalStuart Dootson13-Jul-09 1:05 
GeneralRe: registry access problem Pin
Mogamboo_Khush_Hua13-Jul-09 1:18
Mogamboo_Khush_Hua13-Jul-09 1:18 
GeneralRe: registry access problem Pin
Roger Stoltz13-Jul-09 1:31
Roger Stoltz13-Jul-09 1:31 
GeneralRe: registry access problem Pin
Rajesh R Subramanian13-Jul-09 2:03
professionalRajesh R Subramanian13-Jul-09 2:03 

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.