Click here to Skip to main content
15,886,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: bool & BOOL Pin
«_Superman_»5-May-10 12:35
professional«_Superman_»5-May-10 12:35 
AnswerRe: bool & BOOL Pin
Stephen Hewitt5-May-10 14:08
Stephen Hewitt5-May-10 14:08 
AnswerRe: BOOL and bool Pin
wangningyu5-May-10 15:25
wangningyu5-May-10 15:25 
Questiondeclare, define, and call of a function passing two dimensional arrays [modified] Pin
mrby1235-May-10 10:26
mrby1235-May-10 10:26 
AnswerRe: declare, define, and call of a function passing two dimensional arrays Pin
«_Superman_»5-May-10 12:12
professional«_Superman_»5-May-10 12:12 
GeneralRe: declare, define, and call of a function passing two dimensional arrays Pin
mrby1235-May-10 12:36
mrby1235-May-10 12:36 
QuestionRe: declare, define, and call of a function passing two dimensional arrays Pin
«_Superman_»5-May-10 12:38
professional«_Superman_»5-May-10 12:38 
AnswerRe: declare, define, and call of a function passing two dimensional arrays Pin
mrby1235-May-10 12:41
mrby1235-May-10 12:41 
Thanks.

This is how delms declared:

float**delms;
delms = new float*[1000];
for (int i=0;i<1000;i++)
{
delms[i]=new float[6];
for (int j = 0; j < 6; j++)
delms[i][j] = 0.0;
}
GeneralRe: declare, define, and call of a function passing two dimensional arrays Pin
«_Superman_»5-May-10 12:47
professional«_Superman_»5-May-10 12:47 
GeneralRe: declare, define, and call of a function passing two dimensional arrays [modified] Pin
mrby1235-May-10 12:58
mrby1235-May-10 12:58 
GeneralRe: declare, define, and call of a function passing two dimensional arrays Pin
Tim Craig5-May-10 14:42
Tim Craig5-May-10 14:42 
GeneralRe: declare, define, and call of a function passing two dimensional arrays Pin
mrby1235-May-10 13:31
mrby1235-May-10 13:31 
GeneralRe: declare, define, and call of a function passing two dimensional arrays Pin
Shi,Yudi5-May-10 16:24
Shi,Yudi5-May-10 16:24 
GeneralRe: declare, define, and call of a function passing two dimensional arrays Pin
mrby1235-May-10 18:42
mrby1235-May-10 18:42 
GeneralRe: declare, define, and call of a function passing two dimensional arrays Pin
Shi,Yudi7-May-10 18:34
Shi,Yudi7-May-10 18:34 
GeneralRe: declare, define, and call of a function passing two dimensional arrays Pin
mrby1236-May-10 7:05
mrby1236-May-10 7:05 
AnswerRe: declare, define, and call of a function passing two dimensional arrays Pin
David Crow6-May-10 3:13
David Crow6-May-10 3:13 
GeneralRe: declare, define, and call of a function passing two dimensional arrays Pin
mrby1236-May-10 7:19
mrby1236-May-10 7:19 
Questionhow make limit running my program? Pin
Rezame5-May-10 6:05
Rezame5-May-10 6:05 
AnswerRe: how make limit running my program? Pin
Maximilien5-May-10 6:24
Maximilien5-May-10 6:24 
GeneralRe: how make limit running my program? Pin
Rezame5-May-10 6:29
Rezame5-May-10 6:29 
GeneralRe: how make limit running my program? Pin
CPallini5-May-10 8:09
mveCPallini5-May-10 8:09 
QuestionHow to get A WindowHandle from a process Id Pin
Rajmohan SK5-May-10 1:56
Rajmohan SK5-May-10 1:56 
AnswerRe: How to get A WindowHandle from a process Id Pin
Code-o-mat5-May-10 2:10
Code-o-mat5-May-10 2:10 
AnswerRe: How to get A WindowHandle from a process Id Pin
Member 39226395-May-10 2:11
Member 39226395-May-10 2:11 

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.