Click here to Skip to main content
16,011,383 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalpc interface with usb Pin
vikas makhija24-May-05 7:47
vikas makhija24-May-05 7:47 
GeneralRe: pc interface with usb Pin
Jaime Olivares25-May-05 11:14
Jaime Olivares25-May-05 11:14 
GeneralSocket Programming Pin
Identity Undisclosed24-May-05 7:39
Identity Undisclosed24-May-05 7:39 
GeneralRe: Socket Programming Pin
Michael Hendrickx24-May-05 8:05
Michael Hendrickx24-May-05 8:05 
GeneralRe: Socket Programming Pin
Identity Undisclosed25-May-05 0:01
Identity Undisclosed25-May-05 0:01 
GeneralRe: Socket Programming Pin
Michael Hendrickx30-May-05 8:57
Michael Hendrickx30-May-05 8:57 
GeneralRe: Socket Programming Pin
Identity Undisclosed30-May-05 9:21
Identity Undisclosed30-May-05 9:21 
GeneralRe: Socket Programming Pin
Michael Hendrickx12-Jun-05 7:35
Michael Hendrickx12-Jun-05 7:35 
If the server is accessible over the Internet, then it is possible, or if port forwarding is enabled. It needs to be accessed over the Internet via public addresses.

The terms -server- and -client- can mix up, since as soon as you listen() on a socket, that will accept() connections on your client, then your client becomes the server.

The whole scenario would be like the following:

You have a program running at home, on your computer that dials into the ISP. Your PC at home has a public IP address, such as 72.9.248.26, ... Your PC in the university is most probably NAT'ed and firewalled. You will have an internal IP address (RFC1918) such as 10.0.0.1.

From home you cannot reach your univ pc, if you type in "ping 10.0.0.1" it wont get far. From the university however, if you type "ping 72.9.248.26", it will respond (if firewall rules allow). So, to connect to a machine, since you cannot reach your university machine, you have to connect to your home computer, from the university.

Makes a little sense?

Take care,
Michael


--
code.ae
Generalin Win32 (SDK)color After Printing getting too much li Pin
chachva24-May-05 5:54
chachva24-May-05 5:54 
Generalvariable problem Pin
Anonymous24-May-05 5:50
Anonymous24-May-05 5:50 
GeneralRe: variable problem Pin
jmkhael24-May-05 6:00
jmkhael24-May-05 6:00 
GeneralRe: variable problem Pin
Anonymous24-May-05 6:13
Anonymous24-May-05 6:13 
GeneralRe: variable problem Pin
David Crow24-May-05 6:17
David Crow24-May-05 6:17 
GeneralRe: variable problem Pin
jmkhael24-May-05 6:18
jmkhael24-May-05 6:18 
GeneralRe: variable problem Pin
Anonymous24-May-05 6:24
Anonymous24-May-05 6:24 
GeneralRe: variable problem Pin
Bob Stanneveld24-May-05 7:18
Bob Stanneveld24-May-05 7:18 
Generalplease help with my attempt to edit subitem of CListCtrl Pin
lucy24-May-05 5:48
lucy24-May-05 5:48 
GeneralRe: please help with my attempt to edit subitem of CListCtrl Pin
lucy24-May-05 9:15
lucy24-May-05 9:15 
GeneralRe: please help with my attempt to edit subitem of CListCtrl Pin
PJ Arends24-May-05 9:26
professionalPJ Arends24-May-05 9:26 
GeneralRe: please help with my attempt to edit subitem of CListCtrl Pin
lucy25-May-05 3:11
lucy25-May-05 3:11 
Generalicons Pin
Dennis L24-May-05 5:42
Dennis L24-May-05 5:42 
GeneralRe: icons Pin
David Crow24-May-05 7:57
David Crow24-May-05 7:57 
GeneralRuntime Error on PCRE library, really need help! Pin
tomfd3s24-May-05 5:07
tomfd3s24-May-05 5:07 
GeneralRe: Runtime Error on PCRE library, really need help! Pin
tomfd3s24-May-05 5:12
tomfd3s24-May-05 5:12 
GeneralRe: Runtime Error on PCRE library, really need help! Pin
jmkhael24-May-05 6:55
jmkhael24-May-05 6:55 

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.