Click here to Skip to main content
16,005,080 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Why doesen't my window show when using CreateDialog()? Pin
30-Apr-02 9:11
suss30-Apr-02 9:11 
GeneralRe: Why doesen't my window show when using CreateDialog()? Pin
Ravi Bhavnani30-Apr-02 9:22
professionalRavi Bhavnani30-Apr-02 9:22 
GeneralRe: Why doesen't my window show when using CreateDialog()? Pin
30-Apr-02 9:34
suss30-Apr-02 9:34 
GeneralRe: Why doesen't my window show when using CreateDialog()? Pin
Chris Losinger30-Apr-02 10:47
professionalChris Losinger30-Apr-02 10:47 
GeneralRe: Why doesen't my window show when using CreateDialog()? Pin
Philippe Mori30-Apr-02 12:51
Philippe Mori30-Apr-02 12:51 
GeneralRe: Why doesen't my window show when using CreateDialog()? Pin
1-May-02 2:20
suss1-May-02 2:20 
GeneralClass Destruct Pin
Peter Liddle30-Apr-02 8:18
Peter Liddle30-Apr-02 8:18 
GeneralRe: Class Destruct Pin
Chris Losinger30-Apr-02 8:28
professionalChris Losinger30-Apr-02 8:28 
if you "new" an object, then the destructor is only called when you "delete" it.

if you allocate the object on the stack, the destructor is called when the object goes out of scope.

one or the other (or you can explicitly call the destructor, but that's something you can't really do without knowing you're doing it)

-c



<font size=-2>//The Mandelbrot set
o(int O){putchar(O);}main(){float l[8],O,I=.05;char _;for(l[6]=15;l[6]<':';o
(10),l[5]=-'$'*I+l[6]++*I)for(l[7]=-5;l[7]<'@';l[4]=-'('*I+l[7]++*I,o(_?'?':':'))for
(*l=O=0,_=1;++_&&((l[2]=*l**l)+(l[3]=O*O)<4);O=*l*O+l[5]+O**l,*l=l[2]-l[3]+l[4]);}</font>


GeneralRe: Class Destruct Pin
Ravi Bhavnani30-Apr-02 8:42
professionalRavi Bhavnani30-Apr-02 8:42 
GeneralRe: Class Destruct Pin
Mike Nordell1-May-02 8:44
Mike Nordell1-May-02 8:44 
GeneralRefresh ListBox Pin
Anton A. Loukine30-Apr-02 8:13
Anton A. Loukine30-Apr-02 8:13 
GeneralRe: Refresh ListBox Pin
Tom Archer30-Apr-02 8:33
Tom Archer30-Apr-02 8:33 
GeneralRe: Refresh ListBox Pin
Ravi Bhavnani30-Apr-02 9:03
professionalRavi Bhavnani30-Apr-02 9:03 
GeneralRe: Refresh ListBox Pin
30-Apr-02 9:52
suss30-Apr-02 9:52 
GeneralRe: Refresh ListBox Pin
Ravi Bhavnani30-Apr-02 9:56
professionalRavi Bhavnani30-Apr-02 9:56 
GeneralMy mistake Pin
Ravi Bhavnani30-Apr-02 9:57
professionalRavi Bhavnani30-Apr-02 9:57 
GeneralRe: My mistake Pin
1-May-02 8:07
suss1-May-02 8:07 
GeneralMDIFrame Pin
act_x30-Apr-02 6:53
act_x30-Apr-02 6:53 
GeneralRe: MDIFrame Pin
30-Apr-02 7:14
suss30-Apr-02 7:14 
GeneralRe: MDIFrame Pin
Tom Archer30-Apr-02 7:33
Tom Archer30-Apr-02 7:33 
QuestionHow do i use a Resource for my main window? Pin
30-Apr-02 6:36
suss30-Apr-02 6:36 
Questionis this wright? Pin
30-Apr-02 6:31
suss30-Apr-02 6:31 
AnswerRe: is this wright? Pin
Tim Smith30-Apr-02 6:37
Tim Smith30-Apr-02 6:37 
AnswerRe: is this wright? Pin
30-Apr-02 6:43
suss30-Apr-02 6:43 
GeneralRe: is this wright? Pin
Ravi Bhavnani30-Apr-02 9:04
professionalRavi Bhavnani30-Apr-02 9:04 

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.