Click here to Skip to main content
15,893,401 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Registry function Pin
led mike10-Sep-07 5:20
led mike10-Sep-07 5:20 
Questiondata initialization, syntax of C++? Pin
includeh1010-Sep-07 2:53
includeh1010-Sep-07 2:53 
AnswerRe: data initialization, syntax of C++? Pin
Russell'10-Sep-07 3:44
Russell'10-Sep-07 3:44 
AnswerRe: data initialization, syntax of C++? Pin
Michael Dunn10-Sep-07 19:53
sitebuilderMichael Dunn10-Sep-07 19:53 
QuestionHow to decrease the CPU usage Pin
GauranG Shah10-Sep-07 2:47
GauranG Shah10-Sep-07 2:47 
AnswerRe: How to decrease the CPU usage Pin
baerten10-Sep-07 2:50
baerten10-Sep-07 2:50 
GeneralRe: How to decrease the CPU usage Pin
GauranG Shah10-Sep-07 3:18
GauranG Shah10-Sep-07 3:18 
GeneralRe: How to decrease the CPU usage Pin
David Crow10-Sep-07 5:22
David Crow10-Sep-07 5:22 
GeneralRe: How to decrease the CPU usage Pin
Mark Salsbery10-Sep-07 6:07
Mark Salsbery10-Sep-07 6:07 
QuestionJava Style Socket Programming in C++ Pin
maglev_tgv10-Sep-07 2:40
maglev_tgv10-Sep-07 2:40 
AnswerRe: Java Style Socket Programming in C++ Pin
baerten10-Sep-07 2:48
baerten10-Sep-07 2:48 
QuestionRe: Java Style Socket Programming in C++ Pin
maglev_tgv10-Sep-07 3:14
maglev_tgv10-Sep-07 3:14 
AnswerRe: Java Style Socket Programming in C++ Pin
baerten10-Sep-07 3:20
baerten10-Sep-07 3:20 
GeneralRe: Java Style Socket Programming in C++ Pin
maglev_tgv10-Sep-07 4:15
maglev_tgv10-Sep-07 4:15 
GeneralRe: Java Style Socket Programming in C++ Pin
baerten10-Sep-07 4:24
baerten10-Sep-07 4:24 
GeneralRe: Java Style Socket Programming in C++ Pin
maglev_tgv10-Sep-07 5:09
maglev_tgv10-Sep-07 5:09 
AnswerRe: Java Style Socket Programming in C++ [modified] Pin
maglev_tgv10-Sep-07 5:38
maglev_tgv10-Sep-07 5:38 
I solved it, thanks to your assistance.
Your answers really help me.

In main function, I added these lines :
CSocketAddress *addrs = sock->GetAddress();
ClientAddress = addrs->GetSockAddrIn();
buffer2 = inet_ntoa(ClientAddress.sin_addr);


Thanks again for your assistance.


-- modified at 12:15 Monday 10th September, 2007

----------
C++ Learner

GeneralRe: Java Style Socket Programming in C++ Pin
baerten11-Sep-07 4:08
baerten11-Sep-07 4:08 
QuestionWriting a .html file Pin
neha.agarwal2710-Sep-07 2:22
neha.agarwal2710-Sep-07 2:22 
AnswerRe: Writing a .html file Pin
Paresh Chitte10-Sep-07 2:38
Paresh Chitte10-Sep-07 2:38 
AnswerRe: Writing a .html file Pin
Russell'10-Sep-07 2:39
Russell'10-Sep-07 2:39 
Questionfile search problem Pin
david bagaturia10-Sep-07 1:38
david bagaturia10-Sep-07 1:38 
AnswerRe: file search problem Pin
Cedric Moonen10-Sep-07 1:59
Cedric Moonen10-Sep-07 1:59 
GeneralRe: file search problem Pin
david bagaturia10-Sep-07 3:51
david bagaturia10-Sep-07 3:51 
GeneralRe: file search problem Pin
Cedric Moonen10-Sep-07 4:34
Cedric Moonen10-Sep-07 4:34 

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.