Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalvirtual function Pin
George_George10-Feb-08 2:00
George_George10-Feb-08 2:00 
GeneralRe: virtual function Pin
BadKarma10-Feb-08 13:03
BadKarma10-Feb-08 13:03 
GeneralRe: virtual functio Pin
Stephen Hewitt10-Feb-08 13:53
Stephen Hewitt10-Feb-08 13:53 
GeneralRe: virtual functio Pin
George_George10-Feb-08 19:19
George_George10-Feb-08 19:19 
GeneralRe: virtual function Pin
George_George10-Feb-08 19:18
George_George10-Feb-08 19:18 
GeneralRe: virtual function Pin
Stephen Hewitt10-Feb-08 13:51
Stephen Hewitt10-Feb-08 13:51 
GeneralRe: virtual function Pin
George_George10-Feb-08 19:20
George_George10-Feb-08 19:20 
Questionhow to assign value of arrary to another one? Pin
gentleguy10-Feb-08 1:38
gentleguy10-Feb-08 1:38 
dear all friends


the following is my code..i would like to assign value of one array to another array, but why gbest_Ind couldn't be assigned value from p? thanks for your help.


minValue = fitness[0];//fitness is a 10 elements array
for (int count = 0;count<10;count++)
{
if (fitness[count] == minValue )
{
minValue = fitness[count];
gbest_Ind = count;//gbest_Ind is an array of [1][3][4]
}
}
for (int j = 0; j<3; j++)

for (int k = 0; k<4; k++)
{
gbest1[gbest_Ind][j][k]=p[gbest_Ind][j][k];//p is an array of [10][3][4],
}

Li Zhiyuan


AnswerRe: how to assign value of arrary to another one? Pin
jeron110-Feb-08 8:21
jeron110-Feb-08 8:21 
GeneralRe: how to assign value of arrary to another one? Pin
gentleguy10-Feb-08 13:34
gentleguy10-Feb-08 13:34 
GeneralRe: how to assign value of arrary to another one? Pin
jeron110-Feb-08 15:30
jeron110-Feb-08 15:30 
GeneralRe: how to assign value of arrary to another one? Pin
gentleguy10-Feb-08 16:12
gentleguy10-Feb-08 16:12 
GeneralRe: how to assign value of arrary to another one? Pin
jeron111-Feb-08 2:25
jeron111-Feb-08 2:25 
QuestionHow to add Button to Child Window ? Pin
tina->newcoder10-Feb-08 1:17
tina->newcoder10-Feb-08 1:17 
GeneralRe: How to add Button to Child Window ? Pin
Hamid_RT10-Feb-08 20:35
Hamid_RT10-Feb-08 20:35 
QuestionRe: How to add Button to Child Window ? Pin
David Crow11-Feb-08 3:31
David Crow11-Feb-08 3:31 
GeneralRe: How to add Button to Child Window ? Pin
tina->newcoder11-Feb-08 5:40
tina->newcoder11-Feb-08 5:40 
QuestionRe: How to add Button to Child Window ? Pin
David Crow11-Feb-08 5:45
David Crow11-Feb-08 5:45 
GeneralRe: How to add Button to Child Window ? Pin
tina->newcoder11-Feb-08 6:01
tina->newcoder11-Feb-08 6:01 
QuestionRe: How to add Button to Child Window ? Pin
David Crow11-Feb-08 6:09
David Crow11-Feb-08 6:09 
GeneralRe: How to add Button to Child Window ? Pin
tina->newcoder11-Feb-08 6:12
tina->newcoder11-Feb-08 6:12 
GeneralRe: How to add Button to Child Window ? Pin
tina->newcoder11-Feb-08 5:42
tina->newcoder11-Feb-08 5:42 
QuestionRe: How to add Button to Child Window ? Pin
David Crow11-Feb-08 5:47
David Crow11-Feb-08 5:47 
GeneralRe: How to add Button to Child Window ? Pin
tina->newcoder11-Feb-08 6:28
tina->newcoder11-Feb-08 6:28 
QuestionRe: How to add Button to Child Window ? Pin
David Crow11-Feb-08 6:38
David Crow11-Feb-08 6:38 

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.