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

C / C++ / MFC

 
GeneralRe: Regarding integration of two different projects Pin
Maxwell Chen29-Jan-08 21:52
Maxwell Chen29-Jan-08 21:52 
GeneralRe: Regarding integration of two different projects Pin
manish.patel30-Jan-08 0:15
manish.patel30-Jan-08 0:15 
GeneralRe: Regarding integration of two different projects Pin
Maxwell Chen30-Jan-08 1:09
Maxwell Chen30-Jan-08 1:09 
Generalthe confusing term page file Pin
George_George29-Jan-08 17:04
George_George29-Jan-08 17:04 
Generalstd::exception and STL Pin
George_George29-Jan-08 16:42
George_George29-Jan-08 16:42 
GeneralRe: std::exception and STL Pin
Stephen Hewitt29-Jan-08 18:30
Stephen Hewitt29-Jan-08 18:30 
GeneralRe: std::exception and STL Pin
George_George29-Jan-08 18:42
George_George29-Jan-08 18:42 
Generalhelp Pin
gentleguy29-Jan-08 14:20
gentleguy29-Jan-08 14:20 
dear all

how to solve this problem: i initialize xx[10][3][4] = (double)rand()/RAND_MAX; in main function,
and define this function, when i call this function, why it has problem?

void Centroids::createPosition(double x[10][3][4])
{

cout <<endl<<The following is positions of 10 particles ! "<<endl<<endl;

for (int i = 0; i < 10; i++)
{
cout <<endl<<" "<<"Position of particle :"<<endl;

for (int j = 0; j< 3; j++)
{
for (int k = 0; k < 4; k++)

cout<< " "<<x[i][j][0]<<" "<<x[i][j][1]<<" "<<x[i][j][2]<<" "<<x[i][j][3]<<endl;

}
}
}
coulndn't display correctly..thanks

Li Zhiyuan

5/10/2006

AnswerRe: help Pin
Maxwell Chen29-Jan-08 16:22
Maxwell Chen29-Jan-08 16:22 
GeneralMultiple Application Serialization Pin
perrin486929-Jan-08 13:42
perrin486929-Jan-08 13:42 
GeneralRe: Multiple Application Serialization [modified] Pin
CPallini29-Jan-08 21:44
mveCPallini29-Jan-08 21:44 
QuestionRe: Multiple Application Serialization Pin
Mark Salsbery30-Jan-08 7:06
Mark Salsbery30-Jan-08 7:06 
JokeRe: Multiple Application Serialization Pin
James R. Twine30-Jan-08 7:19
James R. Twine30-Jan-08 7:19 
GeneralRe: Multiple Application Serialization Pin
Mark Salsbery30-Jan-08 7:32
Mark Salsbery30-Jan-08 7:32 
GeneralRe: Multiple Application Serialization Pin
CPallini30-Jan-08 21:14
mveCPallini30-Jan-08 21:14 
GeneralReadDirectoryChangesW vs FindFirstFile (on file server hosting mac file system) Pin
Peter Weyzen29-Jan-08 12:58
Peter Weyzen29-Jan-08 12:58 
GeneralRe: ReadDirectoryChangesW vs FindFirstFile (on file server hosting mac file system) Pin
James R. Twine30-Jan-08 7:08
James R. Twine30-Jan-08 7:08 
GeneralRe: ReadDirectoryChangesW vs FindFirstFile (on file server hosting mac file system) Pin
Peter Weyzen30-Jan-08 7:56
Peter Weyzen30-Jan-08 7:56 
QuestionWhich process opened a file? Pin
daavena29-Jan-08 10:54
daavena29-Jan-08 10:54 
AnswerRe: Which process opened a file? Pin
Randor 29-Jan-08 11:55
professional Randor 29-Jan-08 11:55 
AnswerRe: Which process opened a file? Pin
Stephen Hewitt29-Jan-08 12:40
Stephen Hewitt29-Jan-08 12:40 
AnswerRe: Which process opened a file? Pin
Hamid_RT29-Jan-08 18:17
Hamid_RT29-Jan-08 18:17 
GeneralConcerning drivers... Pin
Eikthrynir29-Jan-08 10:40
Eikthrynir29-Jan-08 10:40 
GeneralRe: Concerning drivers... Pin
Randor 29-Jan-08 11:39
professional Randor 29-Jan-08 11:39 
GeneralRe: Concerning drivers... Pin
Eikthrynir29-Jan-08 17:57
Eikthrynir29-Jan-08 17:57 

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.