Click here to Skip to main content
15,889,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: console i/o problems Pin
#937022-Feb-04 1:56
#937022-Feb-04 1:56 
GeneralSomeone, Anyone Help Plz Pin
MrNiceBerG21-Feb-04 11:34
MrNiceBerG21-Feb-04 11:34 
GeneralRe: Someone, Anyone Help Plz Pin
Gary R. Wheeler21-Feb-04 12:09
Gary R. Wheeler21-Feb-04 12:09 
GeneralRe: Someone, Anyone Help Plz Pin
Ravi Bhavnani21-Feb-04 12:32
professionalRavi Bhavnani21-Feb-04 12:32 
GeneralRe: Someone, Anyone Help Plz Pin
Gary R. Wheeler21-Feb-04 13:05
Gary R. Wheeler21-Feb-04 13:05 
GeneralNeed help with restaring a thread Pin
Aralguppe21-Feb-04 8:23
Aralguppe21-Feb-04 8:23 
GeneralRe: Need help with restaring a thread Pin
Neville Franks21-Feb-04 9:50
Neville Franks21-Feb-04 9:50 
GeneralRe: Need help with restaring a thread Pin
Tim Smith21-Feb-04 12:10
Tim Smith21-Feb-04 12:10 
Neville, that sounds good, but in a mission critical environment it would be a poor practice. In mission critical software development you must plan for ALL events. The idea of creating a piece of software that is 100% bullet proof is just as silly as producing software that is 100% bug free. It just can't be done. Anyway, in some instances I would rather have the thread or the process crash and restart than to continue trying to limp on after an unexpected exception (such as an access violation). Anyway, since he is talking about a thread which might be running in a foreign process space, his own address space is always suspect and could have been damaged by another thread in the process.

Bottom line, he must plan for total thread failure.

Tim Smith

I'm going to patent thought. I have yet to see any prior art.
GeneralRe: Need help with restaring a thread Pin
Neville Franks21-Feb-04 20:01
Neville Franks21-Feb-04 20:01 
GeneralRe: Need help with restaring a thread Pin
Aralguppe22-Feb-04 7:09
Aralguppe22-Feb-04 7:09 
GeneralRe: Need help with restaring a thread Pin
Neville Franks22-Feb-04 9:24
Neville Franks22-Feb-04 9:24 
GeneralRe: Need help with restaring a thread Pin
Gary R. Wheeler21-Feb-04 12:21
Gary R. Wheeler21-Feb-04 12:21 
GeneralRe: Need help with restaring a thread Pin
Aralguppe22-Feb-04 6:40
Aralguppe22-Feb-04 6:40 
GeneralRe: Need help with restaring a thread Pin
Gary R. Wheeler22-Feb-04 15:43
Gary R. Wheeler22-Feb-04 15:43 
Generalrotate function Pin
Cuu21-Feb-04 7:55
Cuu21-Feb-04 7:55 
GeneralRe: rotate function Pin
alex.barylski21-Feb-04 11:16
alex.barylski21-Feb-04 11:16 
GeneralRe: rotate function Pin
Cuu21-Feb-04 19:32
Cuu21-Feb-04 19:32 
GeneralRe: rotate function Pin
Cuu22-Feb-04 4:23
Cuu22-Feb-04 4:23 
GeneralVisual C++ 6 Syntax Highlighting Pin
Archer28221-Feb-04 7:11
Archer28221-Feb-04 7:11 
GeneralRe: Visual C++ 6 Syntax Highlighting Pin
Ravi Bhavnani21-Feb-04 8:07
professionalRavi Bhavnani21-Feb-04 8:07 
GeneralRe: Visual C++ 6 Syntax Highlighting Pin
Archer28221-Feb-04 8:13
Archer28221-Feb-04 8:13 
GeneralRe: Visual C++ 6 Syntax Highlighting Pin
Ravi Bhavnani21-Feb-04 8:22
professionalRavi Bhavnani21-Feb-04 8:22 
GeneralRe: Visual C++ 6 Syntax Highlighting Pin
Archer28221-Feb-04 8:26
Archer28221-Feb-04 8:26 
GeneralRe: Visual C++ 6 Syntax Highlighting Pin
Ravi Bhavnani21-Feb-04 8:41
professionalRavi Bhavnani21-Feb-04 8:41 
GeneralRe: Visual C++ 6 Syntax Highlighting Pin
Archer28221-Feb-04 8:44
Archer28221-Feb-04 8:44 

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.