Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: USB port communication Pin
Marco Bertschi22-Apr-14 22:32
protectorMarco Bertschi22-Apr-14 22:32 
Questionwindows socket programming Pin
Member 1075714821-Apr-14 11:10
Member 1075714821-Apr-14 11:10 
AnswerRe: windows socket programming Pin
Jochen Arndt21-Apr-14 21:11
professionalJochen Arndt21-Apr-14 21:11 
AnswerRe: windows socket programming Pin
jeron122-Apr-14 3:38
jeron122-Apr-14 3:38 
GeneralRe: windows socket programming Pin
Albert Holguin22-Apr-14 18:07
professionalAlbert Holguin22-Apr-14 18:07 
GeneralRe: windows socket programming Pin
jschell23-Apr-14 9:11
jschell23-Apr-14 9:11 
GeneralRe: windows socket programming Pin
jeron123-Apr-14 11:36
jeron123-Apr-14 11:36 
AnswerRe: windows socket programming Pin
jschell23-Apr-14 9:14
jschell23-Apr-14 9:14 
Member 10757148 wrote:
1- how can i test the connection between client and server???


Write TWO applications.

One does only client.
One does only server.

For testing you can there run each individually in TWO instances of VS 2010. (You can run from the command line as well but you will probably want to use the debugger in VS.)


Member 10757148 wrote:
2- how my server could have a list of connected clients???


You should try reading up a bit on sockets. Much of it won't make sense but it will give you some more basics on 'how' a server handles multiple clients.

That said I would STRONGLY suggest that you first start with only a single client.
QuestionMultiple selection on Tree Control Pin
dliviu21-Apr-14 2:50
dliviu21-Apr-14 2:50 
SuggestionRe: Multiple selection on Tree Control Pin
David Crow21-Apr-14 5:10
David Crow21-Apr-14 5:10 
GeneralRe: Multiple selection on Tree Control Pin
dliviu21-Apr-14 23:53
dliviu21-Apr-14 23:53 
GeneralRe: Multiple selection on Tree Control Pin
dliviu22-Apr-14 1:28
dliviu22-Apr-14 1:28 
GeneralRe: Multiple selection on Tree Control Pin
Mohsin Munawar22-Apr-14 23:34
Mohsin Munawar22-Apr-14 23:34 
GeneralRe: Multiple selection on Tree Control Pin
dliviu23-Apr-14 1:09
dliviu23-Apr-14 1:09 
GeneralRe: Multiple selection on Tree Control Pin
dliviu6-May-14 1:08
dliviu6-May-14 1:08 
GeneralRe: Multiple selection on Tree Control Pin
Mohsin Munawar6-May-14 17:35
Mohsin Munawar6-May-14 17:35 
QuestionHow to write registry after log in windows with mfc? Pin
cedricvictor17-Apr-14 22:48
cedricvictor17-Apr-14 22:48 
SuggestionRe: How to write registry after log in windows with mfc? Pin
Jochen Arndt17-Apr-14 22:57
professionalJochen Arndt17-Apr-14 22:57 
GeneralRe: How to write registry after log in windows with mfc? Pin
cedricvictor17-Apr-14 23:45
cedricvictor17-Apr-14 23:45 
QuestionRe: How to write registry after log in windows with mfc? Pin
David Crow18-Apr-14 3:15
David Crow18-Apr-14 3:15 
AnswerRe: How to write registry after log in windows with mfc? Pin
cedricvictor18-Apr-14 5:34
cedricvictor18-Apr-14 5:34 
GeneralRe: How to write registry after log in windows with mfc? Pin
David Crow18-Apr-14 6:47
David Crow18-Apr-14 6:47 
GeneralRe: How to write registry after log in windows with mfc? Pin
Heng Xiangzhong21-Apr-14 15:10
Heng Xiangzhong21-Apr-14 15:10 
GeneralRe: How to write registry after log in windows with mfc? Pin
David Crow21-Apr-14 17:01
David Crow21-Apr-14 17:01 
GeneralRe: How to write registry after log in windows with mfc? Pin
Heng Xiangzhong21-Apr-14 17:10
Heng Xiangzhong21-Apr-14 17:10 

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.