Click here to Skip to main content
15,907,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Invoke ENTER KEY Pin
Irwin.R23-Nov-11 20:45
Irwin.R23-Nov-11 20:45 
AnswerRe: Invoke ENTER KEY Pin
Pranit Kothari24-Nov-11 3:10
Pranit Kothari24-Nov-11 3:10 
AnswerRe: Invoke ENTER KEY Pin
Satheesh154624-Nov-11 17:13
Satheesh154624-Nov-11 17:13 
QuestionHow to change my application (Client-Server using TCP/IP Sockets) to internet based application Pin
manoharbalu23-Nov-11 18:00
manoharbalu23-Nov-11 18:00 
AnswerRe: How to change my application (Client-Server using TCP/IP Sockets) to internet based application Pin
Richard MacCutchan23-Nov-11 22:16
mveRichard MacCutchan23-Nov-11 22:16 
AnswerRe: How to change my application (Client-Server using TCP/IP Sockets) to internet based application Pin
Satheesh154624-Nov-11 17:26
Satheesh154624-Nov-11 17:26 
AnswerRe: How to change my application (Client-Server using TCP/IP Sockets) to internet based application Pin
Erudite_Eric24-Nov-11 21:52
Erudite_Eric24-Nov-11 21:52 
AnswerRe: How to change my application (Client-Server using TCP/IP Sockets) to internet based application Pin
jschell25-Nov-11 8:48
jschell25-Nov-11 8:48 
The internet is based on TCP so at the basic level there is no difference.

The two factors that are relevant.
1. You must have a public IP. On a lan you probably have a private one. The public IP allows someone on the internet to address you. You might, but it is not required, also want to have a Domain Name. There will probably also need to be seem network infrastructure setup to route from the public facing hardware to the actual server. None of this has anything to do with the existing server/client code unless the client code does not allow a way to specify an IP/Domain Name (because someone hardcoded the IP.)

2. You MUST provide security. User/pwd should be sufficient as long as the pwd strength is sufficient. You might already have that in the code but if not it must be added.


Besides the above you might want to investigate SSL depending on the nature of the data that gets sent.
Questionstring parsing Pin
robin70023-Nov-11 16:19
robin70023-Nov-11 16:19 
AnswerRe: string parsing Pin
pix_programmer23-Nov-11 16:57
pix_programmer23-Nov-11 16:57 
GeneralRe: string parsing Pin
robin70023-Nov-11 17:15
robin70023-Nov-11 17:15 
GeneralRe: string parsing Pin
pix_programmer23-Nov-11 17:28
pix_programmer23-Nov-11 17:28 
GeneralRe: string parsing Pin
robin70023-Nov-11 17:35
robin70023-Nov-11 17:35 
GeneralRe: string parsing Pin
«_Superman_»23-Nov-11 17:43
professional«_Superman_»23-Nov-11 17:43 
GeneralRe: string parsing Pin
robin70023-Nov-11 17:48
robin70023-Nov-11 17:48 
GeneralRe: string parsing Pin
«_Superman_»23-Nov-11 18:05
professional«_Superman_»23-Nov-11 18:05 
GeneralRe: string parsing Pin
pix_programmer23-Nov-11 17:46
pix_programmer23-Nov-11 17:46 
AnswerRe: string parsing Pin
Richard MacCutchan23-Nov-11 22:14
mveRichard MacCutchan23-Nov-11 22:14 
AnswerRe: string parsing Pin
Stefan_Lang24-Nov-11 23:17
Stefan_Lang24-Nov-11 23:17 
QuestionRe: string parsing Pin
David Crow26-Nov-11 6:44
David Crow26-Nov-11 6:44 
QuestionEscape out double quote Pin
jkirkerx23-Nov-11 10:12
professionaljkirkerx23-Nov-11 10:12 
AnswerRe: Escape out double quote Pin
Albert Holguin23-Nov-11 10:42
professionalAlbert Holguin23-Nov-11 10:42 
AnswerRe: Escape out double quote Pin
Graham Breach23-Nov-11 10:43
Graham Breach23-Nov-11 10:43 
GeneralRe: Escape out double quote Pin
jkirkerx23-Nov-11 11:07
professionaljkirkerx23-Nov-11 11:07 
QuestionReading Save File Problem Pin
idbee2k323-Nov-11 9:13
idbee2k323-Nov-11 9:13 

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.