Click here to Skip to main content
15,910,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What's the problem of my program? Pin
PJ Arends10-Jan-07 6:02
professionalPJ Arends10-Jan-07 6:02 
GeneralRe: What's the problem of my program? Pin
Roger Stoltz10-Jan-07 6:11
Roger Stoltz10-Jan-07 6:11 
QuestionSending File Through UDP Pin
Girish60110-Jan-07 4:14
Girish60110-Jan-07 4:14 
AnswerRe: Sending File Through UDP Pin
Roger Stoltz10-Jan-07 4:36
Roger Stoltz10-Jan-07 4:36 
AnswerRe: Sending File Through UDP Pin
James R. Twine10-Jan-07 4:50
James R. Twine10-Jan-07 4:50 
GeneralRe: Sending File Through UDP Pin
Tim Paaschen10-Jan-07 19:42
Tim Paaschen10-Jan-07 19:42 
GeneralRe: Sending File Through UDP Pin
James R. Twine11-Jan-07 13:38
James R. Twine11-Jan-07 13:38 
AnswerRe: Sending File Through UDP Pin
Eytukan10-Jan-07 4:56
Eytukan10-Jan-07 4:56 
Girish601 wrote:
I have worked previously on TCP,but not on UDP.

As far as previous post is concerned,somebody said that it is similar
as creating Socket and Sending it using IP and Port.


No big difference. It still requires port & IP.

Girish601 wrote:
I hope in UDP you are sending on a Broadcast IP and port,so how to do it.


It's not "in UDP we broadcast". Broadcast is done if we want to. For sending files I dont think UDP would be the best option. But in LAN environment, it's success rate is 99%. The main difference is, it's connectionless protocol that means it doesn't maintain any connection between the server & client. Just "push" the data and "get" the data. No connection path is set up in between. let me give you a link ..please wait.



Code-Frog:So if this is Pumpkinhead. Time for him to run and hide. It's an interesting thought really.

QuestionWhat happens when I open a file with its "default" program? Pin
KellyR10-Jan-07 3:18
KellyR10-Jan-07 3:18 
AnswerRe: What happens when I open a file with its "default" program? Pin
Roger Stoltz10-Jan-07 3:38
Roger Stoltz10-Jan-07 3:38 
QuestionRe: What happens when I open a file with its "default" program? Pin
KellyR10-Jan-07 4:01
KellyR10-Jan-07 4:01 
GeneralRe: What happens when I open a file with its "default" program? Pin
CPallini10-Jan-07 4:12
mveCPallini10-Jan-07 4:12 
GeneralRe: What happens when I open a file with its "default" program? Pin
KellyR10-Jan-07 4:18
KellyR10-Jan-07 4:18 
GeneralRe: What happens when I open a file with its "default" program? Pin
Roger Stoltz10-Jan-07 4:15
Roger Stoltz10-Jan-07 4:15 
GeneralRe: What happens when I open a file with its "default" program? Pin
CPallini10-Jan-07 4:21
mveCPallini10-Jan-07 4:21 
GeneralRe: What happens when I open a file with its "default" program? Pin
Roger Stoltz10-Jan-07 4:30
Roger Stoltz10-Jan-07 4:30 
GeneralRe: What happens when I open a file with its "default" program? Pin
CPallini10-Jan-07 4:36
mveCPallini10-Jan-07 4:36 
GeneralRe: What happens when I open a file with its "default" program? Pin
Roger Stoltz10-Jan-07 4:42
Roger Stoltz10-Jan-07 4:42 
GeneralRe: What happens when I open a file with its "default" program? [modified] Pin
CPallini10-Jan-07 4:54
mveCPallini10-Jan-07 4:54 
GeneralRe: What happens when I open a file with its "default" program? Pin
KellyR10-Jan-07 5:35
KellyR10-Jan-07 5:35 
GeneralRe: What happens when I open a file with its "default" program? Pin
Roger Stoltz10-Jan-07 5:55
Roger Stoltz10-Jan-07 5:55 
GeneralRe: What happens when I open a file with its "default" program? Pin
CPallini10-Jan-07 8:16
mveCPallini10-Jan-07 8:16 
AnswerRe: What happens when I open a file with its "default" program? Pin
James R. Twine10-Jan-07 4:55
James R. Twine10-Jan-07 4:55 
GeneralRe: What happens when I open a file with its "default" program? Pin
KellyR10-Jan-07 5:29
KellyR10-Jan-07 5:29 
AnswerRe: What happens when I open a file with its "default" program? Pin
David Crow10-Jan-07 3:46
David Crow10-Jan-07 3:46 

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.