Click here to Skip to main content
15,897,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSyntax Question Pin
pgav19-Jul-06 7:14
pgav19-Jul-06 7:14 
AnswerRe: Syntax Question Pin
Justin Tay19-Jul-06 7:17
Justin Tay19-Jul-06 7:17 
AnswerRe: Syntax Question Pin
toxcct19-Jul-06 7:19
toxcct19-Jul-06 7:19 
GeneralRe: Syntax Question Pin
pgav19-Jul-06 7:25
pgav19-Jul-06 7:25 
AnswerRe: Syntax Question Pin
Zac Howland19-Jul-06 8:54
Zac Howland19-Jul-06 8:54 
Questionbrekpointing every function Pin
TClarke19-Jul-06 6:11
TClarke19-Jul-06 6:11 
QuestionWinsocket2 Pin
Jay0319-Jul-06 5:56
Jay0319-Jul-06 5:56 
AnswerRe: Winsocket2 Pin
Zac Howland19-Jul-06 6:06
Zac Howland19-Jul-06 6:06 
WinSock is just the library name. It is basically Microsoft's implementation of the Berkeley sockets that are used on *Nix systems. From a development point of view, there is very little different in the way of method calls, arguments, etc (outside of initializing and freeing the library). When using it, you can communicate with anything that talks TCP/IP, regardless of the OS. Just make sure you keep byte-ordering in mind when programming.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac
AnswerRe: Winsocket2 Pin
David Crow19-Jul-06 6:11
David Crow19-Jul-06 6:11 
AnswerRe: Winsocket2 Pin
earl19-Jul-06 6:39
earl19-Jul-06 6:39 
GeneralRe: Winsocket2 Pin
Jay0319-Jul-06 7:29
Jay0319-Jul-06 7:29 
QuestionHelp moving from VC6 to VC8, command line Pin
jasper7719-Jul-06 5:54
jasper7719-Jul-06 5:54 
AnswerRe: Help moving from VC6 to VC8, command line Pin
jasper7719-Jul-06 10:41
jasper7719-Jul-06 10:41 
Questiondefault buttons Pin
aafcls19-Jul-06 5:18
aafcls19-Jul-06 5:18 
AnswerRe: default buttons Pin
toxcct19-Jul-06 5:22
toxcct19-Jul-06 5:22 
GeneralRe: default buttons Pin
aafcls19-Jul-06 6:13
aafcls19-Jul-06 6:13 
GeneralRe: default buttons Pin
toxcct19-Jul-06 6:19
toxcct19-Jul-06 6:19 
GeneralRe: default buttons Pin
David Crow19-Jul-06 7:36
David Crow19-Jul-06 7:36 
QuestionInvisible Console Window Pin
Dave Kerr19-Jul-06 4:42
Dave Kerr19-Jul-06 4:42 
AnswerRe: Invisible Console Window Pin
Ali Rafiee19-Jul-06 6:54
Ali Rafiee19-Jul-06 6:54 
GeneralRe: Invisible Console Window Pin
Dave Kerr19-Jul-06 22:48
Dave Kerr19-Jul-06 22:48 
QuestionProblem when using a prolific USB to serail adapter. Pin
Lifeson19-Jul-06 4:32
Lifeson19-Jul-06 4:32 
AnswerRe: Problem when using a prolific USB to serail adapter. Pin
Cedric Moonen19-Jul-06 4:40
Cedric Moonen19-Jul-06 4:40 
GeneralRe: Problem when using a prolific USB to serail adapter. [modified] Pin
Lifeson19-Jul-06 5:00
Lifeson19-Jul-06 5:00 
GeneralRe: Problem when using a prolific USB to serail adapter. Pin
Cedric Moonen19-Jul-06 5:04
Cedric Moonen19-Jul-06 5:04 

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.