Click here to Skip to main content
15,885,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Why would this cause a class destruction crashed? Pin
David Crow13-Jul-09 5:02
David Crow13-Jul-09 5:02 
QuestionWin32 API UI customization Pin
Carbonator13-Jul-09 2:50
Carbonator13-Jul-09 2:50 
AnswerRe: Win32 API UI customization Pin
Richard Andrew x6413-Jul-09 3:12
professionalRichard Andrew x6413-Jul-09 3:12 
AnswerRe: Win32 API UI customization Pin
«_Superman_»13-Jul-09 3:24
professional«_Superman_»13-Jul-09 3:24 
AnswerRe: Win32 API UI customization Pin
Carbonator14-Jul-09 6:32
Carbonator14-Jul-09 6:32 
QuestionProblem in updating from vs2002 to vs2008 Pin
002comp13-Jul-09 2:08
002comp13-Jul-09 2:08 
AnswerRe: Problem in updating from vs2002 to vs2008 Pin
Stuart Dootson13-Jul-09 2:26
professionalStuart Dootson13-Jul-09 2:26 
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 

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.