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

C / C++ / MFC

 
QuestionRe: ondraw Pin
David Crow7-Apr-09 3:28
David Crow7-Apr-09 3:28 
AnswerWelcome in the CP's Members Memorable Quotes! Pin
CPallini7-Apr-09 7:08
mveCPallini7-Apr-09 7:08 
AnswerRe: ondraw Pin
Alan Balkany7-Apr-09 3:59
Alan Balkany7-Apr-09 3:59 
QuestionBegin C++ Pin
yesu prakash7-Apr-09 2:49
yesu prakash7-Apr-09 2:49 
QuestionRe: Begin C++ Pin
David Crow7-Apr-09 3:03
David Crow7-Apr-09 3:03 
AnswerRe: Begin C++ Pin
yesu prakash7-Apr-09 3:08
yesu prakash7-Apr-09 3:08 
GeneralRe: Begin C++ Pin
David Crow7-Apr-09 3:13
David Crow7-Apr-09 3:13 
Questionauto_ptr Pin
sashoalm7-Apr-09 2:45
sashoalm7-Apr-09 2:45 
Is there any difference between

auto_ptr<<foo>> p;
...
p = auto_ptr<<foo>>(new foo);


and

auto_ptr<<foo>> p;
...
p = new foo;


I saw the first form in examples and wondered why it was being used.

There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition.
Blaise Pascal

AnswerRe: auto_ptr Pin
Sarath C7-Apr-09 3:43
Sarath C7-Apr-09 3:43 
GeneralRe: auto_ptr Pin
sashoalm7-Apr-09 4:22
sashoalm7-Apr-09 4:22 
QuestionMFC in VS2003 Pin
p_19607-Apr-09 0:55
p_19607-Apr-09 0:55 
AnswerRe: MFC in VS2003 Pin
Rajesh R Subramanian7-Apr-09 1:08
professionalRajesh R Subramanian7-Apr-09 1:08 
AnswerRe: MFC in VS2003 Pin
Stuart Dootson7-Apr-09 1:14
professionalStuart Dootson7-Apr-09 1:14 
GeneralRe: MFC in VS2003 Pin
Rajesh R Subramanian7-Apr-09 1:26
professionalRajesh R Subramanian7-Apr-09 1:26 
JokeHey man: welcome again in the CP's members memorable quotes! Pin
CPallini7-Apr-09 1:44
mveCPallini7-Apr-09 1:44 
GeneralRe: Hey man: welcome again in the CP's members memorable quotes! Pin
Rajesh R Subramanian7-Apr-09 1:51
professionalRajesh R Subramanian7-Apr-09 1:51 
GeneralRe: MFC in VS2003 Pin
Stuart Dootson7-Apr-09 1:57
professionalStuart Dootson7-Apr-09 1:57 
GeneralRe: MFC in VS2003 Pin
Rajesh R Subramanian7-Apr-09 2:48
professionalRajesh R Subramanian7-Apr-09 2:48 
QuestionModeles , Modal dialog window and variable Pin
durban27-Apr-09 0:51
durban27-Apr-09 0:51 
AnswerRe: Modeles , Modal dialog window and variable Pin
Cedric Moonen7-Apr-09 1:00
Cedric Moonen7-Apr-09 1:00 
AnswerRe: Modeles , Modal dialog window and variable Pin
CPallini7-Apr-09 1:01
mveCPallini7-Apr-09 1:01 
AnswerRe: Modeles , Modal dialog window and variable Pin
Jonathan Davies7-Apr-09 1:10
Jonathan Davies7-Apr-09 1:10 
Questioniostream compatibility problems Pin
Varghese Paul M7-Apr-09 0:06
Varghese Paul M7-Apr-09 0:06 
AnswerRe: iostream compatibility problems Pin
Stuart Dootson7-Apr-09 1:06
professionalStuart Dootson7-Apr-09 1:06 
QuestionHow can check ActiveSync or Mobile device centre installed on PC? Pin
Le@rner6-Apr-09 23:57
Le@rner6-Apr-09 23:57 

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.