Click here to Skip to main content
15,921,884 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OO design question Pin
Ravi Bhavnani5-Aug-02 3:37
professionalRavi Bhavnani5-Aug-02 3:37 
GeneralRe: OO design question Pin
Tomasz Sowinski4-Aug-02 23:51
Tomasz Sowinski4-Aug-02 23:51 
GeneralRe: OO design question Pin
David Wulff5-Aug-02 1:22
David Wulff5-Aug-02 1:22 
Generalusing CBitmapButton Pin
Mavrock4-Aug-02 11:58
Mavrock4-Aug-02 11:58 
GeneralRe: using CBitmapButton Pin
Ravi Bhavnani4-Aug-02 15:00
professionalRavi Bhavnani4-Aug-02 15:00 
GeneralGetting selected text globally Pin
Christian Skovdal Andersen4-Aug-02 11:19
Christian Skovdal Andersen4-Aug-02 11:19 
GeneralRe: Getting selected text globally Pin
Tomasz Sowinski5-Aug-02 0:07
Tomasz Sowinski5-Aug-02 0:07 
GeneralRe: Getting selected text globally Pin
Gene Yu14-Jan-03 8:56
Gene Yu14-Jan-03 8:56 
GeneralDefault font set for window's dialogs Pin
CaesarCZ4-Aug-02 10:28
CaesarCZ4-Aug-02 10:28 
GeneralRe: Default font set for window's dialogs Pin
pépé5-Aug-02 2:18
pépé5-Aug-02 2:18 
GeneralScrollbar size Pin
CaesarCZ4-Aug-02 10:22
CaesarCZ4-Aug-02 10:22 
GeneralRe: Scrollbar size Pin
PJ Arends4-Aug-02 12:40
professionalPJ Arends4-Aug-02 12:40 
GeneralRe: Scrollbar size Pin
alex.barylski4-Aug-02 16:51
alex.barylski4-Aug-02 16:51 
GeneralOpen Filename dialog won't show. Pin
redeemer4-Aug-02 8:43
redeemer4-Aug-02 8:43 
GeneralRe: Open Filename dialog won't show. Pin
Pavel Klocek4-Aug-02 10:06
Pavel Klocek4-Aug-02 10:06 
QuestionHow to link msvcr70.dll into my program in VC++.net Pin
tfElep4-Aug-02 8:40
tfElep4-Aug-02 8:40 
AnswerRe: How to link msvcr70.dll into my program in VC++.net Pin
Philip Patrick4-Aug-02 9:10
professionalPhilip Patrick4-Aug-02 9:10 
GeneralRe: How to link msvcr70.dll into my program in VC++.net Pin
2sky4-Aug-02 9:44
2sky4-Aug-02 9:44 
GeneralRe: How to link msvcr70.dll into my program in VC++.net Pin
2sky4-Aug-02 9:48
2sky4-Aug-02 9:48 
GeneralPrinting in Landscape Pin
Desmond Mardle4-Aug-02 7:17
Desmond Mardle4-Aug-02 7:17 
GeneralRe: Printing in Landscape Pin
Roger Allen4-Aug-02 9:28
Roger Allen4-Aug-02 9:28 
Generalquestion about new and delete[] Pin
nss4-Aug-02 6:37
nss4-Aug-02 6:37 
GeneralRe: question about new and delete[] Pin
Pavel Klocek4-Aug-02 6:48
Pavel Klocek4-Aug-02 6:48 
GeneralRe: question about new and delete[] Pin
nss4-Aug-02 7:24
nss4-Aug-02 7:24 
GeneralRe: question about new and delete[] Pin
Philippe Mori5-Aug-02 7:23
Philippe Mori5-Aug-02 7:23 
This is a side-effect of conversions (1 argument) constructors and conversions operators...

A _variant_t can be converted to a VARIANT * implicitly by the defined conversion operator and this allows some misuse to go undetected...

Conversion operators are cool in general but very dangerous particulary when the returns pointers to internal data.

Philippe Mori

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.