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 23706(0.013 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.4
Hi Experts, In the following structure, struct { char * a; char * b; char * c; ..... } my_struct; I do not know how many fields are in the struct.  I want to able to automatically g...
Zones: C, C++Date Answered: 01/22/2008 Views: 5
Currently we have a system implemented using WMI, we are however having a problem being able to pull actal hardware details. I am interested in being able to product the same error information f...
Zones: ProgrammingDate Answered: 07/28/2008 Views: 5
I have two files. First one (say File A) has 200k records and the other one (File B) has over 5 million records. My main purpose is to create a third file by classifying the records in File B in to...
Zones: CDate Answered: 10/18/2008 Views: 0
Hiello All, Can we use a string in C++ switch case. Can I pass a string to switch, eg: switch ( input ) { Case ITEM_CRISPS:         printf("Walkers Cheese & Onion\n");         break;     ...
Zones: C++Date Answered: 09/05/2008 Views: 397
I'm working on managed and unmanaged code interop and implementing a Win32 dll using C# as described here http://blong.com/Conferences/BorConUK2002/Interop1/Win32AndDotNetInterop.htm#ExportingMetho...
Zones: C#, C, C++Date Answered: 11/12/2008 Views: 14
I have say two documents that I want to print. I have a xps document and a rtf document. I want to print these two documents together i.e. when these two are printing any other print job should be ...
Zones: PrintersDate Answered: 12/06/2008 Views: 0
I need to translate this code into C#, but am unsure how to go about doing so and am not even certain of the purpose (in spite of the comment provided). The C\C++ code is as follows:         ...
Zones: MS Visual C#, C, C++Date Answered: 09/10/2008 Views: 0
Hi I've got some rather unexpected results can you help? I am implementing a genetic algorithm in C most of the details of which don't matter. I am converting my binary encoding GA string from an...
Zones: CDate Answered: 02/07/1997 Views: 0
I've used the Microsoft C 7.0 to complile several source code programs into the object files. Then, I tried to LINK those object files with some other C object files compilied in Borland C 4.0 by u...
Zones: CDate Answered: 03/06/1997 Views: 0
When you malloc a memory block, you can later free that block with a free.  Where does it store the block size for the free?  (Is it the 2 bytes before in 16 bit and the 4 bytes before in 32 bit en...
Zones: CDate Answered: 03/31/1997 Views: 0