Click here to Skip to main content
15,898,920 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to disable all controls in the dialog box Pin
jhwurmbach10-Feb-06 3:27
jhwurmbach10-Feb-06 3:27 
QuestionMultithreaded Programming Pin
RanjanShrestha9-Feb-06 8:07
RanjanShrestha9-Feb-06 8:07 
AnswerRe: Multithreaded Programming Pin
Rage9-Feb-06 8:13
professionalRage9-Feb-06 8:13 
GeneralRe: Multithreaded Programming Pin
RanjanShrestha9-Feb-06 8:17
RanjanShrestha9-Feb-06 8:17 
GeneralRe: Multithreaded Programming Pin
Rage9-Feb-06 8:31
professionalRage9-Feb-06 8:31 
Questiona little output problem Pin
Peter Charlesworth9-Feb-06 7:46
Peter Charlesworth9-Feb-06 7:46 
AnswerRe: a little output problem Pin
Rage9-Feb-06 8:15
professionalRage9-Feb-06 8:15 
QuestionGetting CXX0030: Error: expression cannot be evaluated Pin
zahid_ash9-Feb-06 7:34
zahid_ash9-Feb-06 7:34 
I am using the code below

typedef CArray<float, float> INT_PERCENT1;
INT_PERCENT1 arrPercentage1;
INT_PERCENT1 arrPercent1;

arrPercentage1 have a data in the array already added. but arrPercent have not element yet added. I want to copy a data from
arrPercentage1 to arrPercent1

for ( int j = 0 ; j< countloop ; j++)
{
arrPercent1.SetAt(j, m_arrPercentage1.GetAt(j));
m_arrRank1.SetAt( j , 0);
}

at the line arrPercent1.SetAt(j, m_arrPercentage1.GetAt(j));
the program crashes , while debugging i got the error
CXX0030: Error: expression cannot be evaluated

Regards.
QuestionRe: Getting CXX0030: Error: expression cannot be evaluated Pin
David Crow9-Feb-06 7:42
David Crow9-Feb-06 7:42 
AnswerRe: Getting CXX0030: Error: expression cannot be evaluated Pin
Rage9-Feb-06 7:44
professionalRage9-Feb-06 7:44 
Questionminimizing or hiding the DOS window in VC++ exe application Pin
sashabkvs9-Feb-06 6:32
sashabkvs9-Feb-06 6:32 
AnswerRe: minimizing or hiding the DOS window in VC++ exe application Pin
Rage9-Feb-06 7:11
professionalRage9-Feb-06 7:11 
QuestionRe: minimizing or hiding the DOS window in VC++ exe application Pin
David Crow9-Feb-06 7:12
David Crow9-Feb-06 7:12 
QuestionCatch USB-Events Pin
BruteF0rce9-Feb-06 5:41
BruteF0rce9-Feb-06 5:41 
AnswerRe: Catch USB-Events Pin
Dr. Russell9-Feb-06 6:31
Dr. Russell9-Feb-06 6:31 
GeneralRe: Catch USB-Events Pin
Requiem Sollar9-Feb-06 9:23
Requiem Sollar9-Feb-06 9:23 
Questionhow to retrieve primary keys from Ms.Access with ODBC connection Pin
Issa Salama9-Feb-06 5:25
Issa Salama9-Feb-06 5:25 
AnswerRe: how to retrieve primary keys from Ms.Access with ODBC connection Pin
David Crow9-Feb-06 7:19
David Crow9-Feb-06 7:19 
QuestionHow to create Two Dimensional Array Pin
zahid_ash9-Feb-06 4:47
zahid_ash9-Feb-06 4:47 
AnswerRe: How to create Two Dimensional Array Pin
toxcct9-Feb-06 4:51
toxcct9-Feb-06 4:51 
GeneralRe: How to create Two Dimensional Array Pin
zahid_ash9-Feb-06 5:48
zahid_ash9-Feb-06 5:48 
GeneralRe: How to create Two Dimensional Array Pin
zahid_ash9-Feb-06 6:10
zahid_ash9-Feb-06 6:10 
GeneralRe: How to create Two Dimensional Array Pin
Rage9-Feb-06 7:17
professionalRage9-Feb-06 7:17 
GeneralRe: How to create Two Dimensional Array Pin
zahid_ash9-Feb-06 7:26
zahid_ash9-Feb-06 7:26 
GeneralRe: How to create Two Dimensional Array Pin
Rage9-Feb-06 7:37
professionalRage9-Feb-06 7:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.