Click here to Skip to main content
16,005,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating Help for vc++ application Pin
normanS15-May-06 2:23
normanS15-May-06 2:23 
GeneralRe: Creating Help for vc++ application Pin
sudeep_br15-May-06 4:56
sudeep_br15-May-06 4:56 
GeneralRe: Creating Help for vc++ application Pin
normanS15-May-06 19:15
normanS15-May-06 19:15 
AnswerRe: Creating Help for vc++ application Pin
Maxwell Chen9-May-06 6:25
Maxwell Chen9-May-06 6:25 
GeneralRe: Creating Help for vc++ application Pin
sudeep_br9-May-06 6:42
sudeep_br9-May-06 6:42 
GeneralRe: Creating Help for vc++ application Pin
Maxwell Chen9-May-06 7:00
Maxwell Chen9-May-06 7:00 
GeneralCreating Help for vc++ application Pin
sudeep_br10-May-06 17:57
sudeep_br10-May-06 17:57 
QuestionUDP.. Pin
Smith#9-May-06 4:43
Smith#9-May-06 4:43 
Please listen to my idea.

I created a client/server model in UDP. Now its a one-way thing. The server keeps "recvfrom" and the client keeps "sendto". its ok. but now I wanna make it Two-way.

In the server,shall I create another sock in a separate thread? that makes the "sendto" part.
And similarly , create another sock in client to make the "recvfrom" ??
Server ````````````````````` Client
<br />
   1.sender  ------------------->   1. Receiver.<br />
   2.Receiver <------------------   2. Sender.<br />

Is this a good design? or should I make it like...
<br />
   1.Sender/Receiver <------------------>   1.Receiver/Sender<br />

If you say , the latter is the right method, also tell me how'd I do that?

Confused | :confused:
Question_unlink() doent work on default address style Pin
AbhishekBK9-May-06 4:27
AbhishekBK9-May-06 4:27 
AnswerRe: _unlink() doent work on default address style Pin
Cedric Moonen9-May-06 4:29
Cedric Moonen9-May-06 4:29 
QuestionWindow Destruction Monitor Pin
SmokingRope229-May-06 4:25
SmokingRope229-May-06 4:25 
Questionhow to get username of a system Pin
usman_0709-May-06 4:20
usman_0709-May-06 4:20 
AnswerRe: how to get username of a system Pin
SmokingRope229-May-06 4:35
SmokingRope229-May-06 4:35 
QuestionPointer address Pin
Frigyes Nagy9-May-06 4:00
Frigyes Nagy9-May-06 4:00 
AnswerRe: Pointer address Pin
Magnus Westin9-May-06 4:23
Magnus Westin9-May-06 4:23 
GeneralRe: Pointer address Pin
Frigyes Nagy9-May-06 5:50
Frigyes Nagy9-May-06 5:50 
GeneralRe: Pointer address Pin
Maximilien9-May-06 6:49
Maximilien9-May-06 6:49 
GeneralRe: Pointer address Pin
Frigyes Nagy9-May-06 7:24
Frigyes Nagy9-May-06 7:24 
AnswerRe: Pointer address Pin
Maxwell Chen9-May-06 7:30
Maxwell Chen9-May-06 7:30 
AnswerRe: Pointer address Pin
Maxwell Chen9-May-06 7:48
Maxwell Chen9-May-06 7:48 
GeneralRe: Pointer address Pin
Frigyes Nagy9-May-06 8:43
Frigyes Nagy9-May-06 8:43 
AnswerRe: Pointer address Pin
Maxwell Chen9-May-06 7:40
Maxwell Chen9-May-06 7:40 
GeneralRe: Pointer address Pin
Frigyes Nagy9-May-06 8:33
Frigyes Nagy9-May-06 8:33 
GeneralRe: Pointer address Pin
Maxwell Chen9-May-06 8:51
Maxwell Chen9-May-06 8:51 
Questionmax number of threads/Win32 process Pin
Shiva Prasad9-May-06 3:43
Shiva Prasad9-May-06 3:43 

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.