Pretty Advanced Winsock communication: HTTP servers

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Oct 2008
Posts: 36
Reputation: amerninja2 has a little shameless behaviour in the past 
Solved Threads: 0
amerninja2 amerninja2 is offline Offline
Light Poster

Pretty Advanced Winsock communication: HTTP servers

 
0
  #1
Dec 30th, 2008
Can someone give me a link to a good tutorial or something on C++ Winsock FTP and HTTP communication. I know how to use TCP/IP, but when you connect straight to an IP, they have to be connected to the same network your on for it to work. If you connect to an HTTP server, the server can receive messages and forward them to the opposite person from who it was sent by. There is also someone to automatically enter info in text boxes and press buttons on an HTTP server from a C++ program.

What I mean with Forwarding messages with HTTP servers is like this:

Your computer -----> other computer connected to same network
You -----> HTTP server -----> other computer that can be on a whole other network very far away

Wireless routers and computers block outside network connections that are just attempting to connect straight from one to another. When the connection passes on an internet server such as a website, then your computer will allow it (Its known as port forwarding). So the first tutorial could go over using Winsock with C++, the second could go over communicating with an HTTP server with TCP and FTP to send/receive messages and files to/from the server and forward to/from the other computer.

If anyone wants to learn C++ or wants to get things straight or anything, I have a very good C++ tutorial on my website at <snipped URL> The Winsock tutorial is still under construction but shows how to use TCP/IP (It only shows connecting to another computer on your network. I haven't figured out website communication yet). Theres also a very good secure/encrypted live contact system that I have on it.
Last edited by Ancient Dragon; Dec 31st, 2008 at 1:27 am. Reason: snipped URL
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 36
Reputation: amerninja2 has a little shameless behaviour in the past 
Solved Threads: 0
amerninja2 amerninja2 is offline Offline
Light Poster

Re: Pretty Advanced Winsock communication: HTTP servers

 
0
  #2
Dec 31st, 2008
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 320
Reputation: cikara21 is an unknown quantity at this point 
Solved Threads: 63
cikara21's Avatar
cikara21 cikara21 is offline Offline
Posting Whiz

Re: Pretty Advanced Winsock communication: HTTP servers

 
0
  #3
Dec 31st, 2008
Last edited by cikara21; Dec 31st, 2008 at 6:26 pm.
.:-cikara21-:.
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 2,001
Reputation: ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of 
Solved Threads: 343
ArkM's Avatar
ArkM ArkM is offline Offline
Postaholic

Re: Pretty Advanced Winsock communication: HTTP servers

 
0
  #4
Jan 1st, 2009
Originally Posted by amerninja2 View Post
<Snipped URL> = http://www.programming-wizard.synthasite.com
Hmm... Ajax and HTML are not programming languages. Ajax is a technology, HTML is a markup language...
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 36
Reputation: amerninja2 has a little shameless behaviour in the past 
Solved Threads: 0
amerninja2 amerninja2 is offline Offline
Light Poster

Re: Pretty Advanced Winsock communication: HTTP servers

 
0
  #5
Jan 4th, 2009
Oh I didn't know that about Ajax, but HTML is used to program things on a website, like text and stuff. I know its a markup language, it goes with HyperTextTransferProtocol servers.
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 36
Reputation: amerninja2 has a little shameless behaviour in the past 
Solved Threads: 0
amerninja2 amerninja2 is offline Offline
Light Poster

Re: Pretty Advanced Winsock communication: HTTP servers

 
0
  #6
Jan 4th, 2009
Wow thanks!! That has a lot of stuff about winsock on it,
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC