Click here to Skip to main content
15,909,324 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwant to take hex dump of a string. How ? Pin
Sakthiu12-Oct-08 21:25
Sakthiu12-Oct-08 21:25 
AnswerRe: want to take hex dump of a string. How ? Pin
CPallini12-Oct-08 21:30
mveCPallini12-Oct-08 21:30 
AnswerRe: want to take hex dump of a string. How ? Pin
enhzflep12-Oct-08 21:35
enhzflep12-Oct-08 21:35 
GeneralRe: want to take hex dump of a string. How ? Pin
Sakthiu12-Oct-08 22:02
Sakthiu12-Oct-08 22:02 
GeneralRe: want to take hex dump of a string. How ? Pin
CPallini12-Oct-08 22:26
mveCPallini12-Oct-08 22:26 
Questionwhich should use pipe or socket at Client-server Pin
singh_nav12-Oct-08 19:36
singh_nav12-Oct-08 19:36 
AnswerRe: which should use pipe or socket at Client-server Pin
kcynic12-Oct-08 19:59
kcynic12-Oct-08 19:59 
AnswerRe: which should use pipe or socket at Client-server Pin
Parthiban12-Oct-08 20:31
Parthiban12-Oct-08 20:31 
hi,

U can use the following arch if u think this better. go with TCP/IP.

1. create one sock which will be in listen mode.
2. once u got a connect request, create one sock and thread dynmically and bind with the requested client. this socket will serve for that client only.

this can be implemented in multithread mode where on thread always listen for client, and each thread will serve for perticular client.

-Parthi
AnswerRe: which should use pipe or socket at Client-server Pin
SandipG 12-Oct-08 20:37
SandipG 12-Oct-08 20:37 
GeneralRe: which should use pipe or socket at Client-server Pin
singh_nav13-Oct-08 19:20
singh_nav13-Oct-08 19:20 
GeneralRe: which should use pipe or socket at Client-server Pin
SandipG 13-Oct-08 21:30
SandipG 13-Oct-08 21:30 
GeneralRe: which should use pipe or socket at Client-server Pin
singh_nav14-Oct-08 17:09
singh_nav14-Oct-08 17:09 
GeneralRe: which should use pipe or socket at Client-server Pin
SandipG 20-Oct-08 3:46
SandipG 20-Oct-08 3:46 
QuestionHow to get IP address? Pin
monsieur_jj12-Oct-08 19:25
monsieur_jj12-Oct-08 19:25 
AnswerRe: How to get IP address? Pin
kcynic12-Oct-08 19:43
kcynic12-Oct-08 19:43 
GeneralRe: How to get IP address? Pin
monsieur_jj12-Oct-08 20:01
monsieur_jj12-Oct-08 20:01 
GeneralRe: How to get IP address? Pin
kcynic12-Oct-08 20:06
kcynic12-Oct-08 20:06 
GeneralRe: How to get IP address? Pin
monsieur_jj12-Oct-08 20:17
monsieur_jj12-Oct-08 20:17 
GeneralRe: How to get IP address? Pin
enhzflep12-Oct-08 20:34
enhzflep12-Oct-08 20:34 
GeneralRe: How to get IP address? Pin
kcynic12-Oct-08 20:36
kcynic12-Oct-08 20:36 
GeneralRe: How to get IP address? Pin
monsieur_jj12-Oct-08 20:42
monsieur_jj12-Oct-08 20:42 
GeneralRe: How to get IP address? Pin
kcynic12-Oct-08 21:01
kcynic12-Oct-08 21:01 
GeneralRe: How to get IP address? Pin
monsieur_jj12-Oct-08 21:18
monsieur_jj12-Oct-08 21:18 
AnswerRe: How to get IP address? Pin
Hamid_RT12-Oct-08 21:28
Hamid_RT12-Oct-08 21:28 
GeneralRe: How to get IP address? Pin
monsieur_jj12-Oct-08 21:50
monsieur_jj12-Oct-08 21:50 

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.