Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. HarryK

    Calling a C function from an ASP page

    Is it possible to call a C or C++ function from an ASP page. We have developed a text parser in C++ and now we are developing a web application in ASP. How can we use this parser in the ASP pages without having to rewrite the entire parser in VBScript. Thanks, Harry
  2. HarryK

    What is the use of making a global

    When making a global variable static in a file you make sure that this variable is only visible from within the same file, and therefore it can't be accessed from any external file.
  3. HarryK

    Library for integers of arbitrary length.

    Sorry if my first question wasn't so clear. By "arbitrary length" I mean interger numbers whose size isn't limited to 8 or 16 bytes, but they can be as long as required for the problem, without any loss of precision (a number with thousands of digits for example). If anyone is aware of...
  4. HarryK

    Library for integers of arbitrary length.

    Does anyone know of a C/C++ library for working with integers of arbitrary length. Thank you in advance.
  5. HarryK

    Forcing a page to come from the server

    Thanks iza, I'll check it out.
  6. HarryK

    Forcing a page to come from the server

    How is it possible to force an HTML page to come from the server, and not from the browser's cache, every time a page is loaded on the browser, even if that happens because the user pressed the back or the forward button.

Part and Inventory Search

Back
Top