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

C / C++ / MFC

 
GeneralRe: CString to Date? Pin
bosfan10-Jan-07 2:39
bosfan10-Jan-07 2:39 
QuestionBest XML Config class ? Pin
Defenestration9-Jan-07 21:07
Defenestration9-Jan-07 21:07 
AnswerRe: Best XML Config class ? Pin
ThatsAlok9-Jan-07 21:47
ThatsAlok9-Jan-07 21:47 
AnswerRe: Best XML Config class ? Pin
Monty210-Jan-07 1:20
Monty210-Jan-07 1:20 
QuestionTo Run existing project in Visual Studio 2005 Pin
Atul239-Jan-07 20:54
Atul239-Jan-07 20:54 
QuestionRe: To Run existing project in Visual Studio 2005 Pin
Cedric Moonen9-Jan-07 21:01
Cedric Moonen9-Jan-07 21:01 
AnswerRe: To Run existing project in Visual Studio 2005 Pin
Christian Graus9-Jan-07 21:03
protectorChristian Graus9-Jan-07 21:03 
QuestionCombo Box Questions. Pin
Suresh H9-Jan-07 20:48
Suresh H9-Jan-07 20:48 
AnswerRe: Combo Box Questions. Pin
Hamid_RT9-Jan-07 20:50
Hamid_RT9-Jan-07 20:50 
GeneralRe: Combo Box Questions. Pin
Suresh H9-Jan-07 21:19
Suresh H9-Jan-07 21:19 
GeneralRe: Combo Box Questions. Pin
Hamid_RT9-Jan-07 21:21
Hamid_RT9-Jan-07 21:21 
GeneralRe: Combo Box Questions. Pin
Suresh H9-Jan-07 21:29
Suresh H9-Jan-07 21:29 
GeneralRe: Combo Box Questions. Pin
Hamid_RT9-Jan-07 21:38
Hamid_RT9-Jan-07 21:38 
GeneralRe: Combo Box Questions. Pin
Suresh H9-Jan-07 21:52
Suresh H9-Jan-07 21:52 
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 

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.