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 996(0.007 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!

7.0
In two instances, i have compiled programs using the math.h and string.h files, only to get the following error: (for math.h) ld: 0711-317 ERROR: undefined symbol: .sqrt ld: 0711-345 Use the -blo...
Zones: C, SSIDate Answered: 01/19/1999 Views: 0
Hi ! I am trying to use file locking under Solaris 2.51 on a Sun Ultra machine.  I can not get it to compile, I have included all the required header files.  The only thing that I am not sure of i...
Zones: C, Sun JDSDate Answered: 04/25/1999 Views: 0
How would I profile the execution of a C program under Solaris. I want to know what subroutines are called, how many times, and how long they take to process (min, max, average). I am trying to fin...
Zones: Unix Systems ProgrammingDate Answered: 02/05/1999 Views: 0
I have a template class: template<class T> class vector_wrapper {       typedef vector<void*> GEN_VECTOR; public:       GEN_VECTOR v;                                    GEN_VECTOR::iterator cur_itr;       vector_wrapper() {};   ...
Zones: C++Date Answered: 01/11/2000 Views: 0
I've ran into a snag learning the C language and am unsure how to proceed. Today, when I tried to compile a program with the pow function, the following output (Linux 6.1) was displaye...
Zones: CDate Answered: 12/23/1999 Views: 0
I'm working with test software and it comes up with this "call to undefined dynalink" error, after which I cannot do anything anymore. What file or type of file would be referring to a dynalink a...
Zones: Lotus NotesDate Answered: 04/30/2000 Views: 0
When i compile my code with less arguments in function then it gives error like "to few arguments in function ...." and when i m giving appropriate argument it gives compiler error like "undefine...
Zones: Linux NetDate Answered: 06/17/2000 Views: 0
I have created a utility file that will generate DOCTYPE and HEAD data to simplify some web page constructs. here is my util package... package core_servlets; import javax.servlet.*; impo...
Zones: Java, Servlets, New To JavaDate Answered: 03/07/2001 Views: 0
Hi, I am generating a form which may have one or multiple checkboxes. Using the following code (document.form.element.length) is fine if there is multiple checkboxes but when I have only one i get ...
Zones: JavaScriptDate Answered: 04/30/2001 Views: 58
I'm trying to create a Resource only dll so I can intenationalize my application but I am having problems. I am following the instructions here http://msdn.microsoft.com/library/default.asp?url=/li...
Zones: Windows MFCDate Answered: 07/23/2001 Views: 0