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

C / C++ / MFC

 
GeneralRe: Mid life crisis Pin
Christian Graus3-Dec-01 11:50
protectorChristian Graus3-Dec-01 11:50 
GeneralRe: Mid life crisis Pin
Chambers4-Dec-01 4:26
Chambers4-Dec-01 4:26 
GeneralRe: Mid life crisis Pin
Erik Funkenbusch3-Dec-01 9:16
Erik Funkenbusch3-Dec-01 9:16 
GeneralRe: Mid life crisis Pin
3-Dec-01 11:21
suss3-Dec-01 11:21 
GeneralProgram design Pin
Steve P2-Dec-01 13:01
Steve P2-Dec-01 13:01 
GeneralBasic UDP Connection Pin
2-Dec-01 10:13
suss2-Dec-01 10:13 
GeneralRe: Basic UDP Connection Pin
Jon Sagara2-Dec-01 10:36
Jon Sagara2-Dec-01 10:36 
GeneralRe: TCP & UDP! Pin
Masaaki Onishi2-Dec-01 12:59
Masaaki Onishi2-Dec-01 12:59 
Hello, the codegurus around the world.;)

First of all, we must understand the difference between TCP and UDP.
Since UDP is the connetion-less protocol, we don't need connect() in the code.
On the other hands, if we use TCP (connection protocl), we have to use
connect() in the code.

Second, we need figure out which protocol is better for the target application.

Third, we can download many sample codes around some web site.
Try to use the keywork as "WinSock" in www.google.com,
you can find the samples like "WinSock2"...

Please, don't send me your email about your questions directly.
Have a nice day!
Sonork - 100.10571:vcdeveloper Wink | ;)

-Masaaki Onishi-


GeneralRe: TCP & UDP! Pin
Jon Sagara2-Dec-01 13:53
Jon Sagara2-Dec-01 13:53 
GeneralRe: Basic UDP Connection Pin
Jon Sagara2-Dec-01 10:50
Jon Sagara2-Dec-01 10:50 
GeneralRetrieving dialog box values Pin
2-Dec-01 7:24
suss2-Dec-01 7:24 
GeneralRe: Retrieving dialog box values Pin
Igor Sukhov2-Dec-01 12:48
Igor Sukhov2-Dec-01 12:48 
Generaltoolbar buttons problem Pin
2-Dec-01 6:09
suss2-Dec-01 6:09 
GeneralRe: toolbar buttons problem Pin
Igor Sukhov2-Dec-01 6:11
Igor Sukhov2-Dec-01 6:11 
GeneralRe: toolbar buttons problem Pin
2-Dec-01 15:27
suss2-Dec-01 15:27 
GeneralSetProcessWorkingSetSize AND Background Processes Pin
John M. Drescher2-Dec-01 6:05
John M. Drescher2-Dec-01 6:05 
GeneralRe: SetProcessWorkingSetSize AND Background Processes Pin
Gert Boddaert2-Dec-01 7:36
Gert Boddaert2-Dec-01 7:36 
GeneralRe: SetProcessWorkingSetSize AND Background Processes Pin
John M. Drescher2-Dec-01 8:07
John M. Drescher2-Dec-01 8:07 
GeneralRe: SetProcessWorkingSetSize AND Background Processes Pin
Tim Smith2-Dec-01 8:37
Tim Smith2-Dec-01 8:37 
GeneralRe: SetProcessWorkingSetSize AND Background Processes Pin
John M. Drescher2-Dec-01 17:01
John M. Drescher2-Dec-01 17:01 
GeneralRe: SetProcessWorkingSetSize AND Background Processes Pin
John M. Drescher3-Dec-01 6:21
John M. Drescher3-Dec-01 6:21 
Generalproblem with socket Pin
Fumiseki2-Dec-01 4:59
Fumiseki2-Dec-01 4:59 
GeneralRe: problem with socket Pin
markkuk3-Dec-01 1:52
markkuk3-Dec-01 1:52 
GeneralChanging bitmap of single toolbar button Pin
Erik Hammar2-Dec-01 2:06
Erik Hammar2-Dec-01 2:06 
GeneralRe: Changing bitmap of single toolbar button Pin
Steve L.2-Dec-01 5:15
Steve L.2-Dec-01 5:15 

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.