Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Resources for STL Pin
SandipG 11-Jul-07 22:37
SandipG 11-Jul-07 22:37 
AnswerRe: Resources for STL Pin
jhwurmbach11-Jul-07 22:42
jhwurmbach11-Jul-07 22:42 
AnswerRe: Resources for STL Pin
Rage12-Jul-07 0:20
professionalRage12-Jul-07 0:20 
QuestionDrag and Drop of a Bitmap Pin
baerten11-Jul-07 21:48
baerten11-Jul-07 21:48 
QuestionExceptions Pin
tom groezer11-Jul-07 21:30
tom groezer11-Jul-07 21:30 
AnswerRe: Exceptions Pin
SandipG 11-Jul-07 21:39
SandipG 11-Jul-07 21:39 
AnswerRe: Exceptions Pin
jhwurmbach11-Jul-07 22:46
jhwurmbach11-Jul-07 22:46 
AnswerRe: Exceptions Pin
DevMentor.org12-Jul-07 11:04
DevMentor.org12-Jul-07 11:04 
the rule is: when you are catching exceptions you need to order the catch clauses from most derived to base!!!

simply change the order of the catch handlers searching for exception b first then a!!!

since class b is derived from class a it makes sense what you are seeing.

Yours Truly, The One and Only!

GeneralRe: Exceptions Pin
tom groezer13-Jul-07 0:19
tom groezer13-Jul-07 0:19 
GeneralRe: Exceptions Pin
DevMentor.org13-Jul-07 12:12
DevMentor.org13-Jul-07 12:12 
QuestionListbox Pin
harsha u11-Jul-07 21:17
harsha u11-Jul-07 21:17 
AnswerRe: Listbox Pin
jhwurmbach11-Jul-07 22:54
jhwurmbach11-Jul-07 22:54 
GeneralRe: Listbox Pin
harsha u11-Jul-07 23:11
harsha u11-Jul-07 23:11 
GeneralRe: Listbox Pin
jhwurmbach11-Jul-07 23:25
jhwurmbach11-Jul-07 23:25 
AnswerRe: Listbox Pin
Nibu babu thomas11-Jul-07 23:50
Nibu babu thomas11-Jul-07 23:50 
QuestionRich text format of text Pin
Jhony george11-Jul-07 21:03
Jhony george11-Jul-07 21:03 
AnswerRe: Rich text format of text Pin
Nelek12-Jul-07 0:05
protectorNelek12-Jul-07 0:05 
AnswerRe: Rich text format of text Pin
Randor 12-Jul-07 6:23
professional Randor 12-Jul-07 6:23 
QuestionMake a particular color of a modeless child dialog transparent Pin
whatitis11-Jul-07 20:43
whatitis11-Jul-07 20:43 
AnswerRe: Make a particular color of a modeless child dialog transparent Pin
Cvaji11-Jul-07 21:24
Cvaji11-Jul-07 21:24 
GeneralRe: Make a particular color of a modeless child dialog transparent Pin
whatitis11-Jul-07 23:05
whatitis11-Jul-07 23:05 
QuestionConsume Webservice in VC++ Pin
User 21559711-Jul-07 20:07
User 21559711-Jul-07 20:07 
AnswerRe: Consume Webservice in VC++ Pin
_AnsHUMAN_ 11-Jul-07 20:38
_AnsHUMAN_ 11-Jul-07 20:38 
GeneralRe: Consume Webservice in VC++ Pin
User 21559711-Jul-07 20:47
User 21559711-Jul-07 20:47 
AnswerRe: Consume Webservice in VC++ Pin
jhwurmbach11-Jul-07 22:57
jhwurmbach11-Jul-07 22:57 

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.