Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Large Icon Display Pin
Kyudos9-May-03 1:05
Kyudos9-May-03 1:05 
GeneralCFile::Open problem Pin
Trollslayer9-May-03 0:38
mentorTrollslayer9-May-03 0:38 
GeneralGDI+ Pin
sharlila9-May-03 0:33
sharlila9-May-03 0:33 
Generaldirectshow Pin
sharlila9-May-03 0:21
sharlila9-May-03 0:21 
GeneralRe: directshow Pin
Trollslayer9-May-03 1:18
mentorTrollslayer9-May-03 1:18 
Generalwhere?!?! Pin
sharlila9-May-03 7:50
sharlila9-May-03 7:50 
Generaltry, throw and catch statement Pin
Raphael Kindt8-May-03 23:53
Raphael Kindt8-May-03 23:53 
GeneralRe: try, throw and catch statement Pin
G. Steudtel9-May-03 1:16
G. Steudtel9-May-03 1:16 
If you can I don't know, but you may (at least this month).
If you return you should delete the exception, usually by calling e->Delete().
You may also throw this same exception again, or throw another one. In this case you also should Delete() the old exception.

If you throw the same exception it won't be caught by this code, because it is thrown outside the try block. In this case it acts like it is passed through.

G. Steudtel
GeneralRe: try, throw and catch statement Pin
Raphael Kindt9-May-03 1:35
Raphael Kindt9-May-03 1:35 
GeneralRe: try, throw and catch statement Pin
jhwurmbach9-May-03 2:14
jhwurmbach9-May-03 2:14 
QuestionHow to write protect a folder and files Pin
seewan8-May-03 23:52
seewan8-May-03 23:52 
Generalvariables in namespaces Pin
Themis8-May-03 23:26
Themis8-May-03 23:26 
GeneralRe: variables in namespaces Pin
Johnny ²9-May-03 1:01
Johnny ²9-May-03 1:01 
QuestionResource leak? Pin
Gavin Jerman8-May-03 23:21
Gavin Jerman8-May-03 23:21 
AnswerRe: Resource leak? Pin
Anonymous9-May-03 1:03
Anonymous9-May-03 1:03 
AnswerRe: Resource leak? Pin
Anders Molin9-May-03 1:16
professionalAnders Molin9-May-03 1:16 
GeneralFinding Logged In User Access Level Pin
jerry0davis8-May-03 23:14
jerry0davis8-May-03 23:14 
QuestionSimultaneous sounds? Pin
Gadjuka8-May-03 23:07
Gadjuka8-May-03 23:07 
AnswerRe: Simultaneous sounds? Pin
G. Steudtel9-May-03 0:54
G. Steudtel9-May-03 0:54 
AnswerRe: Simultaneous sounds? Pin
Anonymous9-May-03 0:55
Anonymous9-May-03 0:55 
GeneralInteraction with ActieveX Pin
andreshs18-May-03 22:43
andreshs18-May-03 22:43 
GeneralExtracting the IStream interface from CFile Pin
Anders Sandberg8-May-03 22:28
Anders Sandberg8-May-03 22:28 
GeneralRe: Extracting the IStream interface from CFile Pin
Anonymous8-May-03 23:17
Anonymous8-May-03 23:17 
GeneralRe: Extracting the IStream interface from CFile Pin
Mike Dimmick9-May-03 6:05
Mike Dimmick9-May-03 6:05 
GeneralRe: Extracting the IStream interface from CFile Pin
Anders Sandberg13-May-03 0:06
Anders Sandberg13-May-03 0: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.