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

C / C++ / MFC

 
GeneralRe: How do I output text to my main SDI window ? Pin
axid3j1al23-Mar-04 10:49
axid3j1al23-Mar-04 10:49 
GeneralAnimation views on Win32 Desktop Pin
microcyb22-Mar-04 5:29
microcyb22-Mar-04 5:29 
GeneralRe: Animation views on Win32 Desktop Pin
Anonymous24-Mar-04 8:24
Anonymous24-Mar-04 8:24 
GeneralRe: Animation views on Win32 Desktop Pin
microcyb9-Apr-04 8:00
microcyb9-Apr-04 8:00 
GeneralConstrucor trouble Pin
El'Cachubrey22-Mar-04 5:15
El'Cachubrey22-Mar-04 5:15 
GeneralRe: Construcor trouble Pin
Maximilien22-Mar-04 5:39
Maximilien22-Mar-04 5:39 
GeneralRe: Construcor trouble Pin
Alvaro Mendez22-Mar-04 5:50
Alvaro Mendez22-Mar-04 5:50 
GeneralRe: Construcor trouble Pin
MyttO22-Mar-04 5:53
MyttO22-Mar-04 5:53 
In the first case when you invoke the good constructor but on another anonymous instance!!! Which is totally useless since this new instance has no relation with this

In the second case, you can only use base class constructors in the initilisation list. So it's wrong.

you could use for instance: *this = CClass()

Hope it's been some help Smile | :)


-MyttO
GeneralRe: Construcor trouble Pin
Curi0us_George22-Mar-04 6:22
Curi0us_George22-Mar-04 6:22 
GeneralRe: Construcor trouble Pin
MyttO22-Mar-04 6:25
MyttO22-Mar-04 6:25 
GeneralRe: Construcor trouble Pin
Curi0us_George22-Mar-04 6:29
Curi0us_George22-Mar-04 6:29 
GeneralRe: Construcor trouble Pin
MyttO22-Mar-04 21:06
MyttO22-Mar-04 21:06 
GeneralRe: Construcor trouble Pin
Michael Dunn22-Mar-04 6:55
sitebuilderMichael Dunn22-Mar-04 6:55 
GeneralRe: Construcor trouble Pin
El'Cachubrey22-Mar-04 20:32
El'Cachubrey22-Mar-04 20:32 
GeneralSQLserver 2000 / MFC question Pin
Tom Wright22-Mar-04 5:02
Tom Wright22-Mar-04 5:02 
GeneralRe: SQLserver 2000 / MFC question Pin
MyttO22-Mar-04 5:46
MyttO22-Mar-04 5:46 
GeneralWrite file properties Pin
MyttO22-Mar-04 4:14
MyttO22-Mar-04 4:14 
GeneralRe: Write file properties Pin
Ravi Bhavnani22-Mar-04 4:43
professionalRavi Bhavnani22-Mar-04 4:43 
GeneralRe: Write file properties Pin
MyttO22-Mar-04 5:41
MyttO22-Mar-04 5:41 
GeneralRe: Write file properties Pin
Alvaro Mendez22-Mar-04 5:52
Alvaro Mendez22-Mar-04 5:52 
GeneralRe: Write file properties Pin
MyttO22-Mar-04 5:58
MyttO22-Mar-04 5:58 
GeneralRe: Write file properties Pin
Alvaro Mendez22-Mar-04 6:12
Alvaro Mendez22-Mar-04 6:12 
GeneralRe: Write file properties Pin
MyttO22-Mar-04 6:27
MyttO22-Mar-04 6:27 
GeneralRe: Write file properties Pin
Alvaro Mendez22-Mar-04 8:52
Alvaro Mendez22-Mar-04 8:52 
GeneralRe: Write file properties Pin
MyttO23-Mar-04 6:15
MyttO23-Mar-04 6:15 

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.