Click here to Skip to main content
16,008,469 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: change colors of controls Pin
Laxman Auti22-May-06 18:22
Laxman Auti22-May-06 18:22 
GeneralRe: change colors of controls Pin
Nibu babu thomas22-May-06 18:33
Nibu babu thomas22-May-06 18:33 
AnswerRe: change colors of controls Pin
Ganesh_T22-May-06 18:30
Ganesh_T22-May-06 18:30 
AnswerRe: change colors of controls [modified] Pin
Nibu babu thomas22-May-06 18:39
Nibu babu thomas22-May-06 18:39 
AnswerRe: change colors of controls Pin
Hamid_RT22-May-06 19:16
Hamid_RT22-May-06 19:16 
Questionread serial port automatically?? Pin
Nawar_nrr22-May-06 18:03
Nawar_nrr22-May-06 18:03 
Questionconstructor related questions Pin
kumar_mk22-May-06 17:51
kumar_mk22-May-06 17:51 
AnswerRe: constructor related questions Pin
Ryan Binns22-May-06 18:23
Ryan Binns22-May-06 18:23 
1. Fails? In what way? If an exception is thrown, it's the same as if any other exception is thrown. The object is left in an undefined state, and should not be used.
2. A constructor that can be used to convert between different types. It takes one argument, and allows you to typecast from the argument type to the class type.
3. Because when you create a class, the compiler has to know exactly what type it is. The virtual function pointer table is initialised as part of the constructor call, so there is no way to implement a virtual function lookup until after the constructor completes.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

AnswerRe: constructor related questions Pin
Laxman Auti22-May-06 18:38
Laxman Auti22-May-06 18:38 
Questionhow to system dpi in code Pin
chethu66522-May-06 17:16
chethu66522-May-06 17:16 
AnswerRe: how to system dpi in code Pin
_AnsHUMAN_ 22-May-06 17:59
_AnsHUMAN_ 22-May-06 17:59 
AnswerRe: how to system dpi in code Pin
Ryan Binns22-May-06 18:25
Ryan Binns22-May-06 18:25 
QuestionIOCompletion port basic question Pin
followait22-May-06 17:15
followait22-May-06 17:15 
AnswerRe: IOCompletion port basic question Pin
bob1697222-May-06 18:39
bob1697222-May-06 18:39 
QuestionProblem adding control buttons in a Cformview class dialog page Pin
thathvamsi22-May-06 16:47
thathvamsi22-May-06 16:47 
AnswerRe: Problem adding control buttons in a Cformview class dialog page Pin
Nibu babu thomas22-May-06 18:15
Nibu babu thomas22-May-06 18:15 
GeneralRe: Problem adding control buttons in a Cformview class dialog page Pin
thathvamsi22-May-06 18:19
thathvamsi22-May-06 18:19 
AnswerRe: Problem adding control buttons in a Cformview class dialog page Pin
Ryan Binns22-May-06 18:27
Ryan Binns22-May-06 18:27 
AnswerRe: Problem adding control buttons in a Cformview class dialog page Pin
Hamid_RT22-May-06 19:43
Hamid_RT22-May-06 19:43 
QuestionFAQ for an interview in Multithreading/C++ Pin
AryaSoft22-May-06 16:05
AryaSoft22-May-06 16:05 
AnswerRe: FAQ for an interview in Multithreading/C++ Pin
kumar_mk22-May-06 17:46
kumar_mk22-May-06 17:46 
AnswerRe: FAQ for an interview in Multithreading/C++ Pin
AryaSoft23-May-06 7:45
AryaSoft23-May-06 7:45 
AnswerRe: FAQ for an interview in Multithreading/C++ Pin
Laxman Auti22-May-06 18:13
Laxman Auti22-May-06 18:13 
AnswerRe: FAQ for an interview in Multithreading/C++ Pin
AryaSoft23-May-06 7:46
AryaSoft23-May-06 7:46 
QuestionAdd and Remove Program Pin
_anil_22-May-06 16:03
_anil_22-May-06 16: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.