Speed Up Download Time
Question: How can I speed up the download time of the text and images on my company’s Web site? Is there any rule of thumb to go by? Answer: The
Question: How can I speed up the download time of the text and images on my company’s Web site? Is there any rule of thumb to go by? Answer: The
Question: I am trying to access some PDF files in a database. I give the address of the file in the browser as an IP address. I am trying to
Question: I have a database hooked up to my Web page. I can do a search and it works fine, but during my search, if I spell a word wrong,
Question: I am trying to insert a record into the database but it doesn’t seem to be working correctly due to the way the database is set up. Deleted HTML
Question: I am using several large data structures as linked lists to process some data. Many of my helper functions use recursion. Because of the size/amount of data that I’m
Question: What is the C++ equivalent of the fflush(stdin) statement in C? Answer: Fortunately, although C++ offers many new ways of doing thing, it still includes everything that was in
Question: I need to put a selected item from a drop-down listbox into a global variable. The listbox is named select1. Here is my code: When I go the next
Question: How can I display groups of records (for example, the first 10 records), then allow the user to click Next to display the next set of records? I have
Question: I am using Microsoft Visual C++ 6.0 and am trying to create a callback function pointer to the public member of a class, but I keep getting the following