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 914(0.021 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!

9.8
Hi Is there a way I could reffer the arguments of a function the same way as the arguments for the main function ? ex. void dummyFunction(char* arg1, char* arg2, char* arg3) { int count;     for(...
Zones: CDate Answered: 07/28/1998 Views: 0
How can i substitute int 21,3A with my own int? And how can i see what dir is beeng removed when the user uses int 21,3A (rmdir)?
Zones: PascalDate Answered: 10/01/1998 Views: 0
How to design and implement a 64-bit integers, which is a new data type for C++? The new data type should support the operator +, -, *, /, and % by C++ operator overloading technique. Here is the c...
Zones: C++Date Answered: 11/19/1998 Views: 0
I want to convert a string containing values like "5" and "11" into the integers 5 and 11. How do I do this? /dedsi
Zones: JavaDate Answered: 11/11/1999 Views: 0
How do I cast to an integer in JavaScript ? var i; .. ii = (int) i*0.5 .. I don't want it to be a float, but an integer, how is that done ??
Zones: JavaScriptDate Answered: 06/12/2000 Views: 107
I need to read input from keyboard but not as ASCII but as int. Actualy I just need to read a namber so that I can compare it with some other numbers. I assume that I should use DataInputStream b...
Zones: JavaDate Answered: 09/09/2000 Views: 0
I want to do very low-level I/O on diskettes. I want to read and write data specified by drive, head, cylinder, sector, and number of sectors. I do not want to read or write formatting information....
Zones: Windows ProgrammingDate Answered: 11/17/2000 Views: 0
I am trying to implement a dynamic array of structs using realloc(), but have no success so far... #inlclude <stdlib.h> void main(void) {   typedef struct   {      int abc;   }abc_type; ...
Zones: CDate Answered: 02/23/2001 Views: 0
Given a method like this: void sillyLitleTestMethod(double x) {   // do something } Will this method call... sillyLitleTestMethod(1); ... be slower than this? sillyLitleTestMetho...
Zones: JavaDate Answered: 02/26/2001 Views: 0
how do I get the string value of a int or a long, dubble and how do you handle the errors that might occure. Thanks
Zones: C++Date Answered: 08/05/2001 Views: 0