Click here to Skip to main content
15,914,070 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Passing Structure Variables to Function Pin
David Crow25-Apr-03 8:06
David Crow25-Apr-03 8:06 
GeneralRe: Passing Structure Variables to Function Pin
webblynx25-Apr-03 8:22
webblynx25-Apr-03 8:22 
GeneralRe: Passing Structure Variables to Function Pin
David Crow25-Apr-03 8:49
David Crow25-Apr-03 8:49 
GeneralRe: Passing Structure Variables to Function Pin
webblynx25-Apr-03 8:57
webblynx25-Apr-03 8:57 
Generalgethostbyaddr() Pin
Swinefeaster25-Apr-03 7:42
Swinefeaster25-Apr-03 7:42 
GeneralRe: gethostbyaddr() Pin
David Crow25-Apr-03 7:45
David Crow25-Apr-03 7:45 
GeneralRe: gethostbyaddr() Pin
Swinefeaster25-Apr-03 7:55
Swinefeaster25-Apr-03 7:55 
GeneralRe: gethostbyaddr() Pin
David Crow25-Apr-03 8:11
David Crow25-Apr-03 8:11 
Are you looking at HostInfo->h_addr_list[0] in its "raw" format or are you converting it with inet_ntoa()?

in_addr **ip = (in_addr **) HostInfo->h_addr_list;<br />
TRACE("%s\n", inet_ntoa(**ip));

GeneralRe: gethostbyaddr() Pin
Swinefeaster25-Apr-03 8:25
Swinefeaster25-Apr-03 8:25 
GeneralRe: gethostbyaddr() Pin
David Crow25-Apr-03 9:09
David Crow25-Apr-03 9:09 
GeneralRe: gethostbyaddr() Pin
Swinefeaster25-Apr-03 10:06
Swinefeaster25-Apr-03 10:06 
GeneralRe: gethostbyaddr() Pin
RobJones25-Apr-03 8:11
RobJones25-Apr-03 8:11 
GeneralRe: gethostbyaddr() Pin
Brian Shifrin25-Apr-03 8:23
Brian Shifrin25-Apr-03 8:23 
GeneralRe: gethostbyaddr() Pin
Swinefeaster25-Apr-03 8:27
Swinefeaster25-Apr-03 8:27 
GeneralRe: gethostbyaddr() Pin
Brian Shifrin28-Apr-03 15:44
Brian Shifrin28-Apr-03 15:44 
Generalproblem with null (uninitialized) objects Pin
Berkut25-Apr-03 7:40
Berkut25-Apr-03 7:40 
GeneralRe: problem with null (uninitialized) objects Pin
Berkut25-Apr-03 7:41
Berkut25-Apr-03 7:41 
GeneralRe: problem with null (uninitialized) objects Pin
David Crow25-Apr-03 7:51
David Crow25-Apr-03 7:51 
Generalfor DavidCrow Pin
Toni7825-Apr-03 8:20
Toni7825-Apr-03 8:20 
GeneralRe: for DavidCrow Pin
David Crow25-Apr-03 8:33
David Crow25-Apr-03 8:33 
GeneralThank you DavidCrow Pin
Toni7825-Apr-03 9:04
Toni7825-Apr-03 9:04 
GeneralRe: problem with null (uninitialized) objects Pin
Michael Dunn25-Apr-03 10:55
sitebuilderMichael Dunn25-Apr-03 10:55 
GeneralFilter and Delete Question Pin
Toni7825-Apr-03 7:07
Toni7825-Apr-03 7:07 
GeneralModifyStyleEx Pin
ZarrinPour25-Apr-03 6:46
ZarrinPour25-Apr-03 6:46 
GeneralRe: ModifyStyleEx Pin
Joel Lucsy25-Apr-03 9:50
Joel Lucsy25-Apr-03 9:50 

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.