Click here to Skip to main content
15,909,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Downloading file from http Pin
kakan30-Apr-07 3:25
professionalkakan30-Apr-07 3:25 
AnswerRe: Downloading file from http Pin
near2world30-Apr-07 3:29
near2world30-Apr-07 3:29 
GeneralRe: Downloading file from http Pin
deeps_cute30-Apr-07 3:33
deeps_cute30-Apr-07 3:33 
AnswerRe: Downloading file from http Pin
Ravi Bhavnani30-Apr-07 3:37
professionalRavi Bhavnani30-Apr-07 3:37 
GeneralRe: Downloading file from http Pin
near2world1-May-07 0:26
near2world1-May-07 0:26 
QuestionAPIs to get the deive information Pin
sheela Rajaram30-Apr-07 3:05
sheela Rajaram30-Apr-07 3:05 
QuestionStrange Problems with Memory- and Object-Access Pin
J. Holzer30-Apr-07 2:39
J. Holzer30-Apr-07 2:39 
AnswerRe: Strange Problems with Memory- and Object-Access Pin
kakan30-Apr-07 2:49
professionalkakan30-Apr-07 2:49 
The first thing I would check is the arrays (such as char[]) (if you use arrays) for overflow.
In my experience, a one byte overflow in an array doesn't cause runtime errors, but can lead to the problems you are describing.

I don't know how experienced you are, but remeber that the 'real' length of a char array is the length och the characters plus one (the terminating '\0'-byte).


Alcohol. The cause of, and the solution to, all of life's problems - Homer Simpson

GeneralRe: Strange Problems with Memory- and Object-Access Pin
J. Holzer30-Apr-07 2:51
J. Holzer30-Apr-07 2:51 
GeneralRe: Strange Problems with Memory- and Object-Access Pin
kakan30-Apr-07 2:55
professionalkakan30-Apr-07 2:55 
GeneralRe: Strange Problems with Memory- and Object-Access Pin
J. Holzer30-Apr-07 3:39
J. Holzer30-Apr-07 3:39 
GeneralRe: Strange Problems with Memory- and Object-Access Pin
kakan30-Apr-07 3:52
professionalkakan30-Apr-07 3:52 
QuestionIf particular machine is active or not on a LAN Pin
Mushtaque Nizamani30-Apr-07 2:13
Mushtaque Nizamani30-Apr-07 2:13 
AnswerRe: If particular machine is active or not on a LAN Pin
kakan30-Apr-07 2:29
professionalkakan30-Apr-07 2:29 
AnswerRe: If particular machine is active or not on a LAN Pin
David Crow30-Apr-07 2:54
David Crow30-Apr-07 2:54 
GeneralRe: If particular machine is active or not on a LAN Pin
Mushtaque Nizamani30-Apr-07 2:57
Mushtaque Nizamani30-Apr-07 2:57 
QuestionRe: If particular machine is active or not on a LAN Pin
David Crow30-Apr-07 3:00
David Crow30-Apr-07 3:00 
AnswerRe: If particular machine is active or not on a LAN Pin
Mushtaque Nizamani30-Apr-07 3:20
Mushtaque Nizamani30-Apr-07 3:20 
Question[Message Deleted] Pin
elissa100130-Apr-07 1:05
elissa100130-Apr-07 1:05 
AnswerRe: how to find the minimum cost path in a matrix Pin
Venkata Rama Subbarao30-Apr-07 1:11
Venkata Rama Subbarao30-Apr-07 1:11 
AnswerRe: how to find the minimum cost path in a matrix Pin
David Crow30-Apr-07 2:57
David Crow30-Apr-07 2:57 
QuestionDirect3D Dlg Pin
NunoSantos30-Apr-07 1:03
NunoSantos30-Apr-07 1:03 
AnswerRe: Direct3D Dlg Pin
Sauce!30-Apr-07 2:24
Sauce!30-Apr-07 2:24 
GeneralRe: Direct3D Dlg Pin
NunoSantos2-May-07 0:31
NunoSantos2-May-07 0:31 
GeneralRe: Direct3D Dlg Pin
Sauce!2-May-07 0:41
Sauce!2-May-07 0:41 

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.