Click here to Skip to main content
15,887,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questioncoding related to mac address Pin
amitkalani117-Jun-09 5:29
amitkalani117-Jun-09 5:29 
QuestionScrollbar in CStatic derived class Pin
kk.tvm17-Jun-09 2:34
kk.tvm17-Jun-09 2:34 
QuestionRe: Scrollbar in CStatic derived class Pin
David Crow17-Jun-09 2:39
David Crow17-Jun-09 2:39 
AnswerRe: Scrollbar in CStatic derived class Pin
kk.tvm17-Jun-09 20:53
kk.tvm17-Jun-09 20:53 
GeneralRe: Scrollbar in CStatic derived class Pin
chandu00418-Jun-09 0:46
chandu00418-Jun-09 0:46 
AnswerRe: Scrollbar in CStatic derived class Pin
KarstenK17-Jun-09 2:59
mveKarstenK17-Jun-09 2:59 
Questionsocket programming using vc++ Pin
rahuljin17-Jun-09 1:35
rahuljin17-Jun-09 1:35 
AnswerRe: socket programming using vc++ Pin
Garth J Lancaster17-Jun-09 2:14
professionalGarth J Lancaster17-Jun-09 2:14 
not sure I fully understand your issue

you've created a tcp socket client app

1) you try to connect to (local loopback address 127.0.0.1) on port 80 and get an error - do you have an ethernet adaptor, and tcp/ip set up on your machine ? - you should be able to ping yourself on 127.0.0.1 and get a valid response before you try this - then you'll need something listening on port 80 - depending on what sort of a machine, it could be IIS for example, or a server harness

2) you try a random port - unless you fix the issues at (1), its not going to work AND you would need something listening on all the ports on machine to catch the connect on a 'random' port - I dont see what a random port does for your case

'g'
GeneralRe: socket programming using vc++ Pin
rahuljin17-Jun-09 3:04
rahuljin17-Jun-09 3:04 
GeneralRe: socket programming using vc++ Pin
Garth J Lancaster17-Jun-09 3:08
professionalGarth J Lancaster17-Jun-09 3:08 
GeneralRe: socket programming using vc++ Pin
rahuljin17-Jun-09 5:59
rahuljin17-Jun-09 5:59 
GeneralRe: socket programming using vc++ Pin
led mike17-Jun-09 6:11
led mike17-Jun-09 6:11 
GeneralRe: socket programming using vc++ Pin
rahuljin17-Jun-09 7:57
rahuljin17-Jun-09 7:57 
GeneralRe: socket programming using vc++ Pin
Garth J Lancaster17-Jun-09 12:34
professionalGarth J Lancaster17-Jun-09 12:34 
GeneralRe: socket programming using vc++ Pin
rahuljin18-Jun-09 0:12
rahuljin18-Jun-09 0:12 
GeneralRe: socket programming using vc++ Pin
Garth J Lancaster18-Jun-09 0:52
professionalGarth J Lancaster18-Jun-09 0:52 
GeneralRe: socket programming using vc++ Pin
rahuljin18-Jun-09 1:14
rahuljin18-Jun-09 1:14 
AnswerRe: socket programming using vc++ Pin
norish17-Jun-09 2:40
norish17-Jun-09 2:40 
GeneralRe: socket programming using vc++ Pin
rahuljin17-Jun-09 3:17
rahuljin17-Jun-09 3:17 
GeneralRe: socket programming using vc++ Pin
rahuljin24-Jun-09 1:39
rahuljin24-Jun-09 1:39 
GeneralRe: socket programming using vc++ Pin
norish24-Jun-09 6:34
norish24-Jun-09 6:34 
GeneralRe: socket programming using vc++ Pin
rahuljin24-Jun-09 20:34
rahuljin24-Jun-09 20:34 
GeneralRe: socket programming using vc++ Pin
norish25-Jun-09 3:04
norish25-Jun-09 3:04 
GeneralRe: socket programming using vc++ Pin
rahuljin26-Jun-09 20:53
rahuljin26-Jun-09 20:53 
GeneralRe: socket programming using vc++ Pin
norish27-Jun-09 18:30
norish27-Jun-09 18:30 

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.