CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: web coding

  1. #1
    Join Date
    Jan 2006
    Posts
    2

    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

  2. #2
    Join Date
    Jan 2004
    Location
    Düsseldorf, Germany
    Posts
    2,401

    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.

  3. #3
    Join Date
    Aug 2005
    Posts
    132

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured