Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 19(0.008 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.4
I would like to add support for "large integers" in my software. With "large integers" I mean integers that can be really large, much larger than the "standard" integer sizes in C++. My question...
Zones: C++Date Answered: 12/03/2001 Views: 0
I am trying to understand how to determine how long an operation has taken in C++ I have been experimenting with the QueryPerformanceCounter and must admit it has confused me. I am getting va...
Zones: C++Date Answered: 11/08/2004 Views: 0
Hi there, I am using SetFilePointer to navigate to a location in a potentially huge file.  I have the location stored as a double but am slightly unsure as to how I use this value in the functio...
Zones: C++Date Answered: 03/08/2005 Views: 0
I'm reading a very large 6GB file.  I need to seek to a spot in the file that could by greater than 3 billion bytes in.  Using a stream with seekg doesn't work because seekg takes a long as an argu...
Zones: C++Date Answered: 07/28/2006 Views: 5
Hello, I am trying to use an alternative Sleep() function in C that has a better solution. (The solution of sleep() is only 15 ms). I need 1 ms. My teacher gave me the above code static doubl...
Zones: C / C++ / C#, C++ Builder, Microsof...Date Answered: 11/17/2007 Views: 134
I have the following code:       timeDiff(struct timeval *out, struct timeval *in)       {          LARGE_INTEGER liFrequency;          int freq;          double delta;          freq = liFrequency.LowPart;          printf("freq = %...
Zones: Windows ProgrammingDate Answered: 02/21/1998 Views: 0
I need to use the function QueryPerformanceCounter and I need to pass it a LARGE_INTEGER variable but it seems this type is not declared anywhere.
Zones: Delphi ProgrammingDate Answered: 05/10/1999 Views: 5
I have a program that computes a list of prime numbers.  My current system can only compute prime numbers up to approximately 600,000,000 before a huge performance hit is induced (because some of t...
Zones: CDate Answered: 11/07/1999 Views: 0
I want to handle very large numbers. When I use the Double data type, VB converts the number to scientific format (mantissa and exponent) and then I can't extract digits. Also the Int function o...
Zones: Visual BasicDate Answered: 04/16/2002 Views: 0
I'm writing a utility to do some work on large files. I open the file and use GetFileSize to get the size of the files then storing them in a LARGE_INTEGER called FileSize. I need to output thi...
Zones: C++Date Answered: 06/12/2003 Views: 0