Search results

  1. V

    ASP.Net Or PHP, Which Is Better?

    ASP.NET and PHP both have a similar purpose in offering server-side programming. The differences are: * ASP.NET is more expensive becuase it runs on IIS, whilst PHP runs on Linux which is free * More web hosts offer PHP * I've heard that PHP runs faster (though I'm not 100% sure if this is...
  2. V

    How to use C#/C++ to read html from a web page and store html in a text file?

    I want to be able to read the html from a web page, and then save the html in a text file. Could someone help me, i.e. do you know a method how to do this, and also are there any C++/C# libraries that are useful for transferring data from web. Thanks!
  3. V

    How to parse financial web page data using C++ or VBA? And which is better (C++

    or VBA) for getting web data? I'm creating a financial application where I have to parse data from the web... 1. Initially, I used Web Query (with VBA) in Excel becuase it was simple. But it runs too slow (because I needed to download approx 10 tables from Yahoo Finance web pages). 2. So, now...
Back
Top