Click here to Skip to main content
15,916,842 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Serialize() Pin
RubenJ10-Jun-03 10:36
RubenJ10-Jun-03 10:36 
GeneralRe: Serialize() Pin
Navin10-Jun-03 10:51
Navin10-Jun-03 10:51 
GeneralRe: Serialize() Pin
RubenJ10-Jun-03 11:18
RubenJ10-Jun-03 11:18 
GeneralRe: Serialize() Pin
RubenJ10-Jun-03 11:20
RubenJ10-Jun-03 11:20 
QuestionHow do I determine my IP Pin
Fe ®10-Jun-03 8:32
Fe ®10-Jun-03 8:32 
AnswerRe: How do I determine my IP Pin
David Crow10-Jun-03 8:40
David Crow10-Jun-03 8:40 
AnswerRe: How do I determine my IP Pin
valikac10-Jun-03 9:52
valikac10-Jun-03 9:52 
AnswerRe: How do I determine my IP Pin
Peter Weyzen10-Jun-03 19:54
Peter Weyzen10-Jun-03 19:54 
I'll add one comment here -- it's pretty rare that you ever need to know your own IP address.
More often than not, your own IP address is pretty useless, unless you want to print it to the screen out for reference.

If you want to talk to another process on the same machine, you can use 127.0.0.1 as the IP (same as localhost).

If you send either a TCP or a UDP message to another process -- then that process also receives information about where the packet of data came from. Using that information, you can send data back to the sender through a different connection....


"A" wants to talk to "B".
"A" needs to know the address and port to talk to "B".
"A" sends message to "B" using the address of "B" and port XXXX.
"B" now knows the address of "A", and "B" can now send a message to "A" assuming that he knows the port.

This may be too much information and totally off the point. But I thought I should add it anyhow.

Enjoy.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Peter Weyzen<br />
Staff Engineer<br />
Santa Cruz Networks

Questionhow to use flash window Pin
asif m@hmood10-Jun-03 8:24
asif m@hmood10-Jun-03 8:24 
AnswerRe: how to use flash window Pin
MemLeak10-Jun-03 8:56
MemLeak10-Jun-03 8:56 
General[OT(sort of)] Beginning a Project Pin
cnleek410-Jun-03 8:06
cnleek410-Jun-03 8:06 
GeneralRe: [OT(sort of)] Beginning a Project Pin
David Crow10-Jun-03 8:34
David Crow10-Jun-03 8:34 
GeneralRe: [OT(sort of)] Beginning a Project Pin
cnleek410-Jun-03 8:45
cnleek410-Jun-03 8:45 
GeneralRe: [OT(sort of)] Beginning a Project Pin
basementman10-Jun-03 10:11
basementman10-Jun-03 10:11 
GeneralRe: [OT(sort of)] Beginning a Project Pin
Maximilien10-Jun-03 10:06
Maximilien10-Jun-03 10:06 
GeneralAdd push buttons to the CListCtrl Pin
Harendra10-Jun-03 7:42
Harendra10-Jun-03 7:42 
Generalcalling functions in another class Pin
johnstonsk10-Jun-03 7:34
johnstonsk10-Jun-03 7:34 
GeneralRe: calling functions in another class Pin
Dean Goodman10-Jun-03 8:23
Dean Goodman10-Jun-03 8:23 
GeneralRe: calling functions in another class Pin
johnstonsk10-Jun-03 9:57
johnstonsk10-Jun-03 9:57 
GeneralRe: calling functions in another class Pin
Dean Goodman10-Jun-03 12:08
Dean Goodman10-Jun-03 12:08 
GeneralRe: calling functions in another class Pin
johnstonsk10-Jun-03 17:19
johnstonsk10-Jun-03 17:19 
GeneralWindows Message Pin
Nick Parker10-Jun-03 6:43
protectorNick Parker10-Jun-03 6:43 
GeneralRe: Windows Message Pin
Miszou10-Jun-03 7:33
Miszou10-Jun-03 7:33 
GeneralRe: Windows Message Pin
Nick Parker10-Jun-03 7:44
protectorNick Parker10-Jun-03 7:44 
GeneralRe: Windows Message Pin
basementman10-Jun-03 8:33
basementman10-Jun-03 8:33 

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.