Click here to Skip to main content
15,926,174 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: If I may be so bold , newbie help Pin
Christian Graus12-Oct-06 10:06
protectorChristian Graus12-Oct-06 10:06 
GeneralRe: If I may be so bold , newbie help Pin
hotari12-Oct-06 10:44
hotari12-Oct-06 10:44 
GeneralRe: If I may be so bold , newbie help Pin
Christian Graus12-Oct-06 13:01
protectorChristian Graus12-Oct-06 13:01 
AnswerRe: If I may be so bold , newbie help Pin
Mark Salsbery12-Oct-06 10:07
Mark Salsbery12-Oct-06 10:07 
GeneralRe: If I may be so bold , newbie help Pin
hotari12-Oct-06 10:34
hotari12-Oct-06 10:34 
GeneralRe: If I may be so bold , newbie help Pin
Mark Salsbery12-Oct-06 10:41
Mark Salsbery12-Oct-06 10:41 
GeneralRe: If I may be so bold , newbie help Pin
hotari12-Oct-06 10:48
hotari12-Oct-06 10:48 
GeneralRe: If I may be so bold , newbie help Pin
Mark Salsbery12-Oct-06 11:07
Mark Salsbery12-Oct-06 11:07 
If you have access to the source code you can build a debug version and run it in the debugger.
Then when it crashes you'll at least see what line of code is causing it. Then it's a matter
of "Is it just that line or a result of something(s) executed before that line?" To do this
requires knowledge of the language it's written in, knowledge of the platform (Windows, DOS, Unix,
etc.) it's running on, etc. This is the a job of the programmer Smile | :) Memory
faults like this are unacceptable IMO (I was joking about the 50% rule haha) for (at least) one
obvious reason - the program stops running.

Mark
GeneralRe: If I may be so bold , newbie help Pin
hotari12-Oct-06 11:14
hotari12-Oct-06 11:14 
AnswerRe: If I may be so bold , newbie help Pin
Hamid_RT13-Oct-06 8:00
Hamid_RT13-Oct-06 8:00 
GeneralRe: If I may be so bold , newbie help [modified] Pin
hotari19-Oct-06 19:40
hotari19-Oct-06 19:40 
QuestionTCP Socket and packet sending problem Pin
nahitan12-Oct-06 8:42
nahitan12-Oct-06 8:42 
AnswerRe: TCP Socket and packet sending problem Pin
Mark Salsbery12-Oct-06 9:58
Mark Salsbery12-Oct-06 9:58 
GeneralRe: TCP Socket and packet sending problem Pin
nahitan12-Oct-06 10:47
nahitan12-Oct-06 10:47 
GeneralRe: TCP Socket and packet sending problem Pin
Mark Salsbery12-Oct-06 10:59
Mark Salsbery12-Oct-06 10:59 
GeneralRe: TCP Socket and packet sending problem Pin
Moak1-Nov-06 4:16
Moak1-Nov-06 4:16 
Questionconfusing about complex linked data structures, using pointer Pin
EzraYap12-Oct-06 6:21
EzraYap12-Oct-06 6:21 
AnswerRe: confusing about complex linked data structures, using pointer Pin
David Crow12-Oct-06 6:45
David Crow12-Oct-06 6:45 
AnswerRe: confusing about complex linked data structures, using pointer Pin
Zac Howland12-Oct-06 7:25
Zac Howland12-Oct-06 7:25 
Questionprograming Pin
Dure-Shehwar12-Oct-06 5:56
Dure-Shehwar12-Oct-06 5:56 
AnswerRe: programing Pin
Zac Howland12-Oct-06 6:11
Zac Howland12-Oct-06 6:11 
AnswerRe: programing Pin
Makakuin12-Oct-06 7:32
Makakuin12-Oct-06 7:32 
GeneralRe: programing Pin
Makakuin12-Oct-06 7:47
Makakuin12-Oct-06 7:47 
AnswerRe: programing Pin
Christian Graus12-Oct-06 8:19
protectorChristian Graus12-Oct-06 8:19 
AnswerRe: programing Pin
Rudolf Jan13-Oct-06 0:14
Rudolf Jan13-Oct-06 0:14 

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.