Click here to Skip to main content
15,891,976 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: for each Pin
Waldermort22-Sep-06 8:52
Waldermort22-Sep-06 8:52 
GeneralRe: for each Pin
David Crow22-Sep-06 8:58
David Crow22-Sep-06 8:58 
GeneralRe: for each Pin
Waldermort22-Sep-06 9:01
Waldermort22-Sep-06 9:01 
GeneralRe: for each Pin
David Crow22-Sep-06 9:05
David Crow22-Sep-06 9:05 
GeneralRe: for each Pin
Waldermort22-Sep-06 9:12
Waldermort22-Sep-06 9:12 
GeneralRe: for each Pin
David Crow22-Sep-06 9:44
David Crow22-Sep-06 9:44 
GeneralRe: for each Pin
Zac Howland22-Sep-06 9:55
Zac Howland22-Sep-06 9:55 
QuestionCan Dynamic 2D arrays solve stack overflow problem? Pin
KaKa'22-Sep-06 7:55
KaKa'22-Sep-06 7:55 
Hi,

I wrote a piece of code which initially uses a 128 by 47 2D array. It works fine. But when I changed it to 1600 rows by 47 columns, the program starts to crash. The error message said that a stack overflow has occured.

I would like to know if dynamic 2D arrays solve this problem?
There are also some 1D arrays with the size of 1600. Do they have to be converted to dynamic arrays too?




AnswerRe: Can Dynamic 2D arrays solve stack overflow problem? Pin
Waldermort22-Sep-06 9:17
Waldermort22-Sep-06 9:17 
AnswerRe: Can Dynamic 2D arrays solve stack overflow problem? Pin
Maximilien22-Sep-06 9:39
Maximilien22-Sep-06 9:39 
AnswerRe: Can Dynamic 2D arrays solve stack overflow problem? Pin
David Crow22-Sep-06 9:51
David Crow22-Sep-06 9:51 
QuestionDatabase connectivity Pin
amaneet22-Sep-06 6:57
amaneet22-Sep-06 6:57 
AnswerRe: Database connectivity Pin
led mike22-Sep-06 7:10
led mike22-Sep-06 7:10 
QuestionStatic class Pin
Waldermort22-Sep-06 6:32
Waldermort22-Sep-06 6:32 
AnswerRe: Static class Pin
Zac Howland22-Sep-06 6:50
Zac Howland22-Sep-06 6:50 
GeneralRe: Static class Pin
Waldermort22-Sep-06 6:53
Waldermort22-Sep-06 6:53 
GeneralRe: Static class Pin
Maximilien22-Sep-06 7:05
Maximilien22-Sep-06 7:05 
GeneralRe: Static class Pin
Waldermort22-Sep-06 7:10
Waldermort22-Sep-06 7:10 
QuestionWorker Thread question Pin
Raul_Figous22-Sep-06 6:26
Raul_Figous22-Sep-06 6:26 
AnswerRe: Worker Thread question Pin
Zac Howland22-Sep-06 6:52
Zac Howland22-Sep-06 6:52 
AnswerRe: Worker Thread question Pin
led mike22-Sep-06 7:08
led mike22-Sep-06 7:08 
QuestionAm i a file ? or am i a folder Pin
Vikrant for VC++22-Sep-06 6:20
Vikrant for VC++22-Sep-06 6:20 
QuestionRe: Am i a file ? or am i a folder Pin
David Crow22-Sep-06 6:53
David Crow22-Sep-06 6:53 
AnswerRe: Am i a file ? or am i a folder Pin
Vikrant for VC++22-Sep-06 7:06
Vikrant for VC++22-Sep-06 7:06 
Questionget the selected item from list controll Pin
_tasleem22-Sep-06 5:39
_tasleem22-Sep-06 5:39 

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.