Click here to Skip to main content
15,902,114 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Memory leak in CMapStringToOb - Why? Pin
pf727-Jun-03 11:29
pf727-Jun-03 11:29 
Generalmaximum characters in edit box Pin
skinnyreptile25-Jun-03 5:36
skinnyreptile25-Jun-03 5:36 
GeneralRe: maximum characters in edit box Pin
Rob Caldecott25-Jun-03 5:40
Rob Caldecott25-Jun-03 5:40 
GeneralRe: maximum characters in edit box Pin
skinnyreptile25-Jun-03 5:48
skinnyreptile25-Jun-03 5:48 
GeneralRTTI/dynamic_cast Pin
Rob Caldecott25-Jun-03 5:08
Rob Caldecott25-Jun-03 5:08 
GeneralRe: RTTI/dynamic_cast Pin
John M. Drescher25-Jun-03 5:13
John M. Drescher25-Jun-03 5:13 
GeneralRe: RTTI/dynamic_cast Pin
Nemanja Trifunovic25-Jun-03 5:29
Nemanja Trifunovic25-Jun-03 5:29 
GeneralRe: RTTI/dynamic_cast Pin
Rob Caldecott25-Jun-03 5:33
Rob Caldecott25-Jun-03 5:33 
Well I guess it has to store the RTTI info so my program size will increase too I guess.

I found some more info in Effective C++ too:

"...the space cost of RTTI is an additional entry in each class vtbl plus the cost of the storage for the type_info object for each class. Just as the memory for virtual tables is unlikely to be noticeable for most applications, however, you're unlikely to run into problems due to the size of type_info objects."

So I should probably give it a go - it can be very handy...


When I am king, you will be first against the wall.
GeneralRe: RTTI/dynamic_cast Pin
peterchen25-Jun-03 5:33
peterchen25-Jun-03 5:33 
GeneralRe: RTTI/dynamic_cast Pin
Peter Weyzen25-Jun-03 5:49
Peter Weyzen25-Jun-03 5:49 
GeneralRe: RTTI/dynamic_cast Pin
peterchen25-Jun-03 6:27
peterchen25-Jun-03 6:27 
GeneralRe: RTTI/dynamic_cast Pin
John M. Drescher26-Jun-03 23:19
John M. Drescher26-Jun-03 23:19 
GeneralRe: RTTI/dynamic_cast Pin
Jim Crafton25-Jun-03 7:59
Jim Crafton25-Jun-03 7:59 
Generalimporting a DLL into a visual c++ 7 app Pin
si_6925-Jun-03 5:06
si_6925-Jun-03 5:06 
GeneralRe: importing a DLL into a visual c++ 7 app Pin
Peter Weyzen25-Jun-03 5:52
Peter Weyzen25-Jun-03 5:52 
GeneralRe: importing a DLL into a visual c++ 7 app Pin
si_6925-Jun-03 5:57
si_6925-Jun-03 5:57 
GeneralRe: importing a DLL into a visual c++ 7 app Pin
Peter Weyzen25-Jun-03 6:00
Peter Weyzen25-Jun-03 6:00 
GeneralRe: importing a DLL into a visual c++ 7 app Pin
si_6925-Jun-03 6:04
si_6925-Jun-03 6:04 
GeneralRe: importing a DLL into a visual c++ 7 app Pin
Peter Weyzen25-Jun-03 6:23
Peter Weyzen25-Jun-03 6:23 
GeneralON_REGISTERED_MESSAGE Pin
Brian Delahunty25-Jun-03 4:32
Brian Delahunty25-Jun-03 4:32 
GeneralMMC question - need guru's help Pin
YaronNir25-Jun-03 4:23
YaronNir25-Jun-03 4:23 
QuestionHow to scan avalible wireless (802.11b) network in a MFC program? Pin
Robert Mao25-Jun-03 3:29
Robert Mao25-Jun-03 3:29 
AnswerRe: How to scan avalible wireless (802.11b) network in a MFC program? Pin
David Crow25-Jun-03 3:38
David Crow25-Jun-03 3:38 
GeneralRe: How to scan avalible wireless (802.11b) network in a MFC program? Pin
Robert Mao25-Jun-03 3:53
Robert Mao25-Jun-03 3:53 
GeneralRe: How to scan avalible wireless (802.11b) network in a MFC program? Pin
mango_lier25-Jun-03 4:06
mango_lier25-Jun-03 4:06 

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.