-
web coding
hi i have been messing around with c++ for about 3 or 4 years now but i in no way have a very good understanding of it and i was wondering if anyone could tell me if there is any way to code c++ to go through the web such as downloading using c++ such as from a certain website
-
Re: web coding
Well, you can write anything your computer is capable of in C++. The wget program for example downloads things from the internet and stuff. You can have a look at the source code of that.
-
Re: web coding
There are lots of ways you can use C++ for Web. C++ is exceptional for Web Services when using gSOAP or one of the other good SOAP libraries. You can write C++ as a CGI application that will run given parameters and return a webpage.
Google these and you'll get some information I'm sure.