Click here to Skip to main content
15,900,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Combo Box Questions. Pin
prasad_som9-Jan-07 21:30
prasad_som9-Jan-07 21:30 
GeneralRe: Combo Box Questions. Pin
Suresh H9-Jan-07 21:41
Suresh H9-Jan-07 21:41 
AnswerRe: Combo Box Questions. Pin
Michael Dunn9-Jan-07 21:53
sitebuilderMichael Dunn9-Jan-07 21:53 
GeneralRe: Combo Box Questions. Pin
Suresh H9-Jan-07 21:55
Suresh H9-Jan-07 21:55 
QuestionSending File Through UDP Pin
Girish6019-Jan-07 20:34
Girish6019-Jan-07 20:34 
QuestionRe: Sending File Through UDP Pin
Roger Stoltz9-Jan-07 21:25
Roger Stoltz9-Jan-07 21:25 
AnswerRe: Sending File Through UDP Pin
Michael Dunn9-Jan-07 21:55
sitebuilderMichael Dunn9-Jan-07 21:55 
GeneralRe: Sending File Through UDP Pin
neilsolent10-Jan-07 2:55
neilsolent10-Jan-07 2:55 
I don't agree that UDP is "wrong". It depends on the application.

For example UDP is massively better than TCP if you want to multicast to multiple hosts.

But yes, you do have to handle transmission problems yourself - you don't get return codes from the APIs that you do with TCP.

It is also difficult to make UDP secure - then again TCP isn't secure on its own (needs a security layer such as SSL).



cheers,
Neil

GeneralRe: Sending File Through UDP Pin
Girish60114-Jan-07 23:59
Girish60114-Jan-07 23:59 
AnswerRe: Sending File Through UDP Pin
Luke Lovegrove10-Jan-07 14:50
Luke Lovegrove10-Jan-07 14:50 
QuestionHow to make a winodow always remaining on top Pin
reza matinnejad9-Jan-07 20:18
reza matinnejad9-Jan-07 20:18 
AnswerRe: How to make a winodow always remaining on top Pin
Hamid_RT9-Jan-07 20:23
Hamid_RT9-Jan-07 20:23 
AnswerRe: How to make a winodow always remaining on top Pin
prasad_som9-Jan-07 20:28
prasad_som9-Jan-07 20:28 
QuestionAlign dynamic memory to 32-bit boundary Pin
uusheikh9-Jan-07 20:16
uusheikh9-Jan-07 20:16 
AnswerRe: Align dynamic memory to 32-bit boundary Pin
Cristian Amarie9-Jan-07 21:06
Cristian Amarie9-Jan-07 21:06 
GeneralRe: Align dynamic memory to 32-bit boundary Pin
uusheikh9-Jan-07 21:24
uusheikh9-Jan-07 21:24 
GeneralRe: Align dynamic memory to 32-bit boundary Pin
Jonathan [Darka]9-Jan-07 21:25
professionalJonathan [Darka]9-Jan-07 21:25 
GeneralRe: Align dynamic memory to 32-bit boundary Pin
Cristian Amarie9-Jan-07 22:12
Cristian Amarie9-Jan-07 22:12 
GeneralRe: Align dynamic memory to 32-bit boundary Pin
Jonathan [Darka]9-Jan-07 22:31
professionalJonathan [Darka]9-Jan-07 22:31 
GeneralRe: Align dynamic memory to 32-bit boundary Pin
uusheikh9-Jan-07 21:37
uusheikh9-Jan-07 21:37 
GeneralRe: Align dynamic memory to 32-bit boundary [modified] Pin
Jonathan [Darka]9-Jan-07 22:02
professionalJonathan [Darka]9-Jan-07 22:02 
GeneralRe: Align dynamic memory to 32-bit boundary Pin
uusheikh9-Jan-07 22:52
uusheikh9-Jan-07 22:52 
GeneralRe: Align dynamic memory to 32-bit boundary Pin
Sceptic Mole9-Jan-07 23:17
Sceptic Mole9-Jan-07 23:17 
GeneralRe: Align dynamic memory to 32-bit boundary Pin
Jonathan [Darka]9-Jan-07 23:33
professionalJonathan [Darka]9-Jan-07 23:33 
GeneralRe: Align dynamic memory to 32-bit boundary Pin
uusheikh10-Jan-07 20:18
uusheikh10-Jan-07 20:18 

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.