Click here to Skip to main content
15,898,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Replace values Pin
Richard MacCutchan26-Nov-10 0:58
mveRichard MacCutchan26-Nov-10 0:58 
AnswerRe: Replace values Pin
Anand Todkar26-Nov-10 1:03
Anand Todkar26-Nov-10 1:03 
AnswerRe: Replace values Pin
normanS26-Nov-10 21:50
normanS26-Nov-10 21:50 
Questionhow to parse VC++ CPP file and get all function name with argument name? Pin
mathivanaan25-Nov-10 22:48
mathivanaan25-Nov-10 22:48 
AnswerRe: how to parse VC++ CPP file and get all function name with argument name? Pin
CPallini25-Nov-10 23:30
mveCPallini25-Nov-10 23:30 
QuestionArray of images Pin
T.RATHA KRISHNAN25-Nov-10 20:24
T.RATHA KRISHNAN25-Nov-10 20:24 
AnswerRe: Array of images Pin
visualheadsky25-Nov-10 20:40
visualheadsky25-Nov-10 20:40 
AnswerRe: Array of images Pin
yu-jian26-Nov-10 6:43
yu-jian26-Nov-10 6:43 
QuestionHelp: rename filename Pin
animal12325-Nov-10 19:00
animal12325-Nov-10 19:00 
QuestionRe: Help: rename filename Pin
CPallini25-Nov-10 21:24
mveCPallini25-Nov-10 21:24 
AnswerRe: Help: rename filename Pin
Richard MacCutchan25-Nov-10 21:51
mveRichard MacCutchan25-Nov-10 21:51 
AnswerRe: Help: rename filename [modified] Pin
Alain Rist27-Nov-10 23:19
Alain Rist27-Nov-10 23:19 
QuestionHow can find out port name? Pin
Le@rner25-Nov-10 18:54
Le@rner25-Nov-10 18:54 
AnswerRe: How can find out port name? Pin
Richard MacCutchan25-Nov-10 21:53
mveRichard MacCutchan25-Nov-10 21:53 
QuestionHow can merge data of diffrent array in single array? Pin
Le@rner25-Nov-10 18:23
Le@rner25-Nov-10 18:23 
AnswerRe: How can merge data of diffrent array in single array? Pin
CPallini25-Nov-10 21:50
mveCPallini25-Nov-10 21:50 
Questionerror C3861: "xxxxx" identifier not found Pin
AmbiguousName25-Nov-10 4:52
AmbiguousName25-Nov-10 4:52 
AnswerRe: error C3861: "xxxxx" identifier not found Pin
Richard MacCutchan25-Nov-10 5:16
mveRichard MacCutchan25-Nov-10 5:16 
GeneralRe: error C3861: "xxxxx" identifier not found Pin
AmbiguousName25-Nov-10 6:52
AmbiguousName25-Nov-10 6:52 
GeneralRe: error C3861: "xxxxx" identifier not found Pin
CPallini25-Nov-10 7:13
mveCPallini25-Nov-10 7:13 
GeneralRe: error C3861: "xxxxx" identifier not found Pin
AmbiguousName25-Nov-10 7:26
AmbiguousName25-Nov-10 7:26 
GeneralRe: error C3861: "xxxxx" identifier not found Pin
CPallini25-Nov-10 8:04
mveCPallini25-Nov-10 8:04 
QuestionTCP IP socket goes up and down Pin
nahitan25-Nov-10 3:41
nahitan25-Nov-10 3:41 
AnswerRe: TCP IP socket goes up and down Pin
Code-o-mat25-Nov-10 6:14
Code-o-mat25-Nov-10 6:14 
Check the error codes when you detect a disconnect. Depending on your code, you probably will want to use GetLastError or WSAGetLastError, maybe that will shed some light on the issue, also, try logging outgoing and incoming data, maybe you have a bug somewhere and the stream stalls somewhere. Maybe show some code for us to look at.
> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Leela: Fry, you're wasting your life sitting in front of that TV. You need to get out and see the real world.
Fry: But this is HDTV. It's got better resolution than the real world <

GeneralRe: TCP IP socket goes up and down Pin
nahitan25-Nov-10 6:29
nahitan25-Nov-10 6:29 

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.