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 346(0.011 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!

6.6
I am using Borland C++ version 3.0 on an IBM-compatible PC running Win95. I run C++ in a DOS environment. I have recently tried using "bool" type variables in my little programs. Unfortunately, the...
Zones: C++Date Answered: 02/16/1997 Views: 0
Within an if statement what is the syntax for the and and or commands :If ((A=B) and (C=D))If ((A=B) or (C=D))
Zones: PerlDate Answered: 06/15/1997 Views: 0
What's the difference between these two statements? Boolean.FALSE  and boolean myFlag = false when I do a compare with the if statement, it tells me that they are NOT the same?!? if (Boolean.FA...
Zones: JavaDate Answered: 08/20/1999 Views: 0
how is boolean usually implemented? - char(1), "y" or "n"? - number(1), 1 or 0? i'm just wondering if there is some standard.
Zones: OracleDate Answered: 02/17/2000 Views: 0
I have got myself stuck. How do i keep track of seats . First class has only 5 rows of 4 seats so an array [x][y] with y values of 1 or 2 will be the aisle seats and 0 and 3 will be window seats. ...
Zones: JavaDate Answered: 04/28/2000 Views: 0
How to convert boolean to string?? what si the different bet boolean and Boolean??
Zones: JavaDate Answered: 07/18/2001 Views: 0
Hi, My name is Thomas McKiernan. Perhaps you can help me: I have created a C++ DLL. One of the exprted functions returns a boolean value. this function is called from VB and the boolean re...
Zones: Windows ProgrammingDate Answered: 04/15/2004 Views: 0
[VB.NET] I have a class which renders itself as XML through a certain method. As for my Boolean members, I'd like them to be basically tri-state variables:  uninitialized, True, or False.  Th...
Zones: .NETDate Answered: 07/25/2003 Views: 0
I get a collection of bean which has boolean property and string propery to my jsp(view) from action class. My task is to iterate through that collection for everyitem i have to dynamically add ...
Zones: JSPDate Answered: 09/17/2003 Views: 0
Question 1  Is there any oracle built-in SQL function(or some way) to translate a date into a day(Monday, Tuesday...etc). For example: Input  03-08-2002 Output  Tuesday Question 2 What is...
Zones: OracleDate Answered: 12/04/2003 Views: 0