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 567(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.4
VC5.0 Someone has wrote a function int CTemp::GetResult(char[ ] strVar) I have a CString strMyString.   I am doing this to use that function. int len = strMyString.GetLength( ) ; char* str = ne...
Zones: Windows MFCDate Answered: 05/18/1998 Views: 0
I'm writing an application that does some work on strings I need to have 2 CStrings that allows me to pass a parameter to a function. These 2 strings are declared like this: void myfunc() { CStri...
Zones: C++Date Answered: 08/09/1998 Views: 0
I want to encrypt PASSWORD string (entered by the user) to an integer, store it for sometime and later decrypt (through the program) to get the PASSWORD string back.
Zones: Windows MFCDate Answered: 10/08/1998 Views: 0
  I have a MFC console app that takes input from stdin via cin >> input; input is a char * and has been initialised in a constructor(input = "dummy";). Later in the app, I try to build a search st...
Zones: Windows MFCDate Answered: 11/28/1998 Views: 0
I have some code similar to this: ======================================================= #include "ClassHeader.h" const CString strTest = "some value"; . . . CSampleClass::CSampleClass() {     Af...
Zones: Windows MFCDate Answered: 01/21/1999 Views: 0
How do i convert Cstring to a number? Cstring A="123"; int q; q=a????? Thanks (i am pretty sure i saw this somewhere on the board, but I can't find it any longer)
Zones: Windows MFCDate Answered: 07/15/1999 Views: 0
How can I return the char * from a CString ? Do I need to use the GetBuffer ? If yes, what should the parameter be ? Andrew
Zones: Windows MFCDate Answered: 07/21/1999 Views: 9
I have created a dll application and i have added a header file named dllexp.h which contains the following declaration, # include "stdafx.h" extern "C" __declspec(dllexport) char * name(void);...
Zones: Windows MFCDate Answered: 01/10/2000 Views: 0
I have a CRichEditCtrl in my dialog box.  I need to be able to exchange data between the rich edit control and the CString.  Now, normally this can be accomplished with something like this:   if...
Zones: Windows MFCDate Answered: 12/27/1999 Views: 0
I implemented a class "BaseString" that have quite similar interface to the one of CString, by inheriting from STL basic_string. The problem is that every where in the code where I use printf, spr...
Zones: Windows MFCDate Answered: 04/18/2000 Views: 0