Click here to Skip to main content
15,887,821 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionConvert Problem CString to double Pin
Andy20218-Sep-07 7:03
Andy20218-Sep-07 7:03 
AnswerRe: Convert Problem CString to double Pin
Chris Losinger18-Sep-07 7:12
professionalChris Losinger18-Sep-07 7:12 
AnswerRe: Convert Problem CString to double Pin
Maximilien18-Sep-07 7:13
Maximilien18-Sep-07 7:13 
AnswerRe: Convert Problem CString to double [modified] Pin
DevMentor.org18-Sep-07 8:08
DevMentor.org18-Sep-07 8:08 
AnswerRe: Convert Problem CString to double Pin
Mark Salsbery18-Sep-07 9:03
Mark Salsbery18-Sep-07 9:03 
Question[Winsock] Get the address of the internet connected NIC Pin
ioctl5118-Sep-07 5:32
ioctl5118-Sep-07 5:32 
AnswerRe: [Winsock] Get the address of the internet connected NIC Pin
DevMentor.org18-Sep-07 6:24
DevMentor.org18-Sep-07 6:24 
AnswerRe: [Winsock] Get the address of the internet connected NIC Pin
DevMentor.org18-Sep-07 6:37
DevMentor.org18-Sep-07 6:37 
Why won't using INADDR_ANY cut it? Not sure what you're trying to do, but if you're developing a server than the right thing to do is use INADDR_ANY when binding...in fact if you read any network book they all advise you to use INADDR_ANY when binding.

What about when you bind to a localhost that is multi-homed? It's better to use INADDR_ANY to let the TCP stack listen on ALL addresses and do the assignment for you.



---
Yours Truly, The One and Only!
devmentor.org
Design, Code, Test, Debug

GeneralRe: [Winsock] Get the address of the internet connected NIC Pin
ioctl5118-Sep-07 21:29
ioctl5118-Sep-07 21:29 
QuestionRead a string from registry Pin
john563218-Sep-07 4:51
john563218-Sep-07 4:51 
AnswerRe: Read a string from registry Pin
Mark Salsbery18-Sep-07 5:09
Mark Salsbery18-Sep-07 5:09 
GeneralRe: Read a string from registry Pin
led mike18-Sep-07 6:36
led mike18-Sep-07 6:36 
GeneralRe: Read a string from registry Pin
Mark Salsbery18-Sep-07 6:42
Mark Salsbery18-Sep-07 6:42 
GeneralRe: Read a string from registry Pin
led mike18-Sep-07 6:46
led mike18-Sep-07 6:46 
GeneralRe: Read a string from registry Pin
David Crow18-Sep-07 6:57
David Crow18-Sep-07 6:57 
GeneralRe: Read a string from registry Pin
Mark Salsbery18-Sep-07 9:23
Mark Salsbery18-Sep-07 9:23 
QuestionRe: Read a string from registry Pin
David Crow18-Sep-07 5:11
David Crow18-Sep-07 5:11 
Questionquestion on static creating multi-views Pin
King Tran18-Sep-07 4:18
King Tran18-Sep-07 4:18 
AnswerRe: question on static creating multi-views Pin
Iain Clarke, Warrior Programmer18-Sep-07 4:22
Iain Clarke, Warrior Programmer18-Sep-07 4:22 
GeneralRe: question on static creating multi-views Pin
King Tran19-Sep-07 3:43
King Tran19-Sep-07 3:43 
QuestionAdding Libraries Pin
pds847518-Sep-07 3:51
pds847518-Sep-07 3:51 
AnswerRe: Adding Libraries Pin
baerten18-Sep-07 4:16
baerten18-Sep-07 4:16 
QuestionJava vs. C++ Pin
LCI18-Sep-07 3:23
LCI18-Sep-07 3:23 
AnswerRe: Java vs. C++ Pin
David Crow18-Sep-07 4:05
David Crow18-Sep-07 4:05 
GeneralRe: Java vs. C++ Pin
LCI18-Sep-07 4:09
LCI18-Sep-07 4:09 

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.