Click here to Skip to main content
15,888,226 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Reading from File question... Pin
David Crow29-May-07 10:12
David Crow29-May-07 10:12 
AnswerRe: Reading from File question... Pin
Zac Howland30-May-07 7:07
Zac Howland30-May-07 7:07 
GeneralRe: Reading from File question... Pin
David Crow30-May-07 7:22
David Crow30-May-07 7:22 
GeneralRe: Reading from File question... Pin
Zac Howland30-May-07 9:13
Zac Howland30-May-07 9:13 
AnswerRe: Reading from File question... Pin
David Crow26-Oct-06 3:59
David Crow26-Oct-06 3:59 
QuestionTime consuming error Pin
Oliver12325-Oct-06 11:19
Oliver12325-Oct-06 11:19 
AnswerRe: Time consuming error Pin
led mike25-Oct-06 11:36
led mike25-Oct-06 11:36 
GeneralRe: Time consuming error Pin
Stephen Hewitt25-Oct-06 15:41
Stephen Hewitt25-Oct-06 15:41 
led mike wrote:
Also you can put exception handling in your code that would notify you of the error without crashing the process.

  I'm a member of the school that thinks this is rarely a good idea. If you're got a crash let it crash; it makes the bug easier to locate and fix. Also it means that JIT debuggers can be used. Also for clients, Dr.Watson will generate a crash dump file (if configured to do so) which can be used for postmortem debugging. In short if a program crashes, the best thing for it to do is crash.

Steve

GeneralRe: Time consuming error Pin
led mike26-Oct-06 5:25
led mike26-Oct-06 5:25 
AnswerRe: Time consuming error Pin
Mark Salsbery25-Oct-06 12:00
Mark Salsbery25-Oct-06 12:00 
GeneralRe: Time consuming error Pin
led mike25-Oct-06 12:02
led mike25-Oct-06 12:02 
GeneralRe: Time consuming error Pin
Mark Salsbery25-Oct-06 12:25
Mark Salsbery25-Oct-06 12:25 
AnswerRe: Time consuming error Pin
Stephen Hewitt25-Oct-06 15:37
Stephen Hewitt25-Oct-06 15:37 
QuestionDialog Application-Adding Color to Display Data Pin
jerry1211a25-Oct-06 9:52
jerry1211a25-Oct-06 9:52 
AnswerRe: Dialog Application-Adding Color to Display Data Pin
Mark Salsbery25-Oct-06 10:40
Mark Salsbery25-Oct-06 10:40 
AnswerRe: Dialog Application-Adding Color to Display Data Pin
Hamid_RT25-Oct-06 19:29
Hamid_RT25-Oct-06 19:29 
GeneralRe: Dialog Application-Adding Color to Display Data Pin
jerry1211a26-Oct-06 2:36
jerry1211a26-Oct-06 2:36 
GeneralRe: Dialog Application-Adding Color to Display Data Pin
Hamid_RT26-Oct-06 2:52
Hamid_RT26-Oct-06 2:52 
GeneralRe: Dialog Application-Adding Color to Display Data Pin
jerry1211a26-Oct-06 3:01
jerry1211a26-Oct-06 3:01 
GeneralRe: Dialog Application-Adding Color to Display Data Pin
Hamid_RT26-Oct-06 3:06
Hamid_RT26-Oct-06 3:06 
QuestionRe: DrawText example, please Pin
mla15425-Oct-06 9:22
mla15425-Oct-06 9:22 
AnswerRe: DrawText example, please Pin
Jörgen Sigvardsson25-Oct-06 9:43
Jörgen Sigvardsson25-Oct-06 9:43 
AnswerRe: DrawText example, please Pin
Hamid_RT25-Oct-06 19:35
Hamid_RT25-Oct-06 19:35 
QuestionOverlapping windows Pin
Waldermort25-Oct-06 5:17
Waldermort25-Oct-06 5:17 
AnswerRe: Overlapping windows Pin
Mark Salsbery25-Oct-06 5:32
Mark Salsbery25-Oct-06 5:32 

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.