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 635(0.001 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 need two gif files vectorized in order to scale them up to make a tee shirt. Any offers?
Zones: Web ImagesDate Answered: 02/05/2000 Views: 4
I got the following error message                                              java.io.NotSerializableException:                                              java.awt.geom.Ellipse2D$Double ...
Zones: JavaDate Answered: 07/31/2000 Views: 0
Help Me!!!! I have a binary file that contains a struct. How do I pass the sturct information into a Vector? so I would be able to sort the data. Example code: Passing Data from struct ...
Zones: C++, Microsoft Visual C++Date Answered: 09/21/2000 Views: 0
I need help with some vector graphics... what is it and how do i make them?
Zones: Web Graphics Software, GraphicsDate Answered: 04/30/2001 Views: 0
Hi Expert, This code fragment is used to load file characters into a vector:      vector<char> v;      ifstream ifs("FileName");      istream_iterator<char> isi1(ifs);      istream_itera...
Zones: C++Date Answered: 12/19/2001 Views: 0
Hello, I have a little routine that builds up a list of strings using a vector (vector<string> myVector;) and I would like to return it as an array. Is this possible, or do I have to itterate over...
Zones: C++, Microsoft Visual C++Date Answered: 01/03/2002 Views: 0
I need to parse a large file ( > 300 mb) into some container so I can sort and manipulate it. Currently, I am using a vector of pointers to nodes which contain information from one line of the file...
Zones: C++, Microsoft Visual C++Date Answered: 12/02/2002 Views: 0
I am trying to pass a vector of objects into a file in order to create a database that can be saved after each visit. However I am having problems getting the Output Stream to read the vector to th...
Zones: JavaDate Answered: 12/13/2002 Views: 0
hi,   I am using Vector STL & transform algorithm in my program.I have a structure which is defined in a class.   When i tried to use "transform" algorithm to convert some of structure's member ...
Zones: C++Date Answered: 02/22/2003 Views: 0
I am writing a Dictionary class that is responsible for storing definitions, adding new definitions, locating and displaying definitions and displaying the contents of the complete dictionary. I am...
Zones: C++, Microsoft Visual C++Date Answered: 03/13/2003 Views: 0