Click here to Skip to main content
16,006,563 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to Comine two numbers, not addition. Pin
JoeZhang7-Dec-03 23:37
JoeZhang7-Dec-03 23:37 
GeneralRe: How to Comine two numbers, not addition. Pin
RChin7-Dec-03 23:21
RChin7-Dec-03 23:21 
GeneralRe: How to Comine two numbers, not addition. Pin
Anthony_Yio7-Dec-03 23:21
Anthony_Yio7-Dec-03 23:21 
AnswerRe: How to Comine two numbers, not addition. Pin
Michael Pauli9-Dec-03 5:32
Michael Pauli9-Dec-03 5:32 
QuestionHow to deal with multi-IP on TCP/IP programming mode? Pin
JoeZhang7-Dec-03 21:55
JoeZhang7-Dec-03 21:55 
AnswerRe: How to deal with multi-IP on TCP/IP programming mode? Pin
cmk8-Dec-03 0:10
cmk8-Dec-03 0:10 
GeneralRe: How to deal with multi-IP on TCP/IP programming mode? Pin
JoeZhang8-Dec-03 0:25
JoeZhang8-Dec-03 0:25 
GeneralRe: How to deal with multi-IP on TCP/IP programming mode? Pin
cmk8-Dec-03 9:18
cmk8-Dec-03 9:18 
Ok, so the only case you are looking at is creating a socket to use as a client that you can use send() on.

Although i haven't tried it, you may want to try creating the socket, don't bind it, and then use sento() as the first send, as this performs an implicit bind on the socket. After that you should be able to use send(). I would assume that the implicit bind() would bind to an address that allows a connection to the specified node/port i.e. is 'live'.


...cmk

Rosencrantz: I don't believe in it anyway.
Guildenstern: What
Rosencrantz: England
Guildenstern: Just a conspiracy of cartographers then.

Save the whales - collect the whole set

AnswerRe: How to deal with multi-IP on TCP/IP programming mode? Pin
Xiangyang Liu 刘向阳8-Dec-03 0:48
Xiangyang Liu 刘向阳8-Dec-03 0:48 
GeneralRemoving stdafx.h Pin
Cedric Moonen7-Dec-03 21:22
Cedric Moonen7-Dec-03 21:22 
GeneralRe: Removing stdafx.h Pin
Robert Kuster7-Dec-03 21:57
Robert Kuster7-Dec-03 21:57 
GeneralRe: Removing stdafx.h Pin
Cedric Moonen7-Dec-03 22:15
Cedric Moonen7-Dec-03 22:15 
GeneralRe: Removing stdafx.h Pin
David Crow8-Dec-03 8:16
David Crow8-Dec-03 8:16 
Questionget password from pst? Pin
luckbeing7-Dec-03 20:33
luckbeing7-Dec-03 20:33 
AnswerRe: get password from pst? Pin
Anonymous7-Dec-03 20:43
Anonymous7-Dec-03 20:43 
QuestionWhat wrong happened in my simple dll? Pin
Kabashiro7-Dec-03 20:31
Kabashiro7-Dec-03 20:31 
AnswerRe: What wrong happened in my simple dll? Pin
Robert Kuster7-Dec-03 21:43
Robert Kuster7-Dec-03 21:43 
Generalinstanciating an object from a dll-library Pin
Jerome Conus7-Dec-03 20:26
Jerome Conus7-Dec-03 20:26 
Generallagging view Pin
R. Thomas7-Dec-03 20:03
R. Thomas7-Dec-03 20:03 
GeneralSorting a 2 dimensional array HELP PLS Pin
jaye217-Dec-03 19:27
jaye217-Dec-03 19:27 
GeneralRe: Sorting a 2 dimensional array HELP PLS Pin
David Crow8-Dec-03 8:24
David Crow8-Dec-03 8:24 
GeneralRe: Sorting a 2 dimensional array HELP PLS Pin
jaye218-Dec-03 10:26
jaye218-Dec-03 10:26 
GeneralRe: Sorting a 2 dimensional array HELP PLS Pin
David Crow8-Dec-03 10:52
David Crow8-Dec-03 10:52 
QuestionNot understand! Why the projects, created by original manufacturers for their products,don't built successfully? Pin
zhaopzhi7-Dec-03 18:23
zhaopzhi7-Dec-03 18:23 
AnswerRe: Not understand! Why the projects, created by original manufacturers for their products,don't built successfully? Pin
David Crow8-Dec-03 8:26
David Crow8-Dec-03 8:26 

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.