Click here to Skip to main content
15,912,504 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unhandled win32 exception? Pin
simoncoul19-Jun-07 8:54
simoncoul19-Jun-07 8:54 
GeneralRe: Unhandled win32 exception? Pin
Mark Salsbery19-Jun-07 9:00
Mark Salsbery19-Jun-07 9:00 
GeneralRe: Unhandled win32 exception? Pin
Cyrilix19-Jun-07 11:49
Cyrilix19-Jun-07 11:49 
GeneralRe: Unhandled win32 exception? Pin
David Crow19-Jun-07 7:30
David Crow19-Jun-07 7:30 
AnswerRe: Unhandled win32 exception? Pin
Mark Salsbery19-Jun-07 8:41
Mark Salsbery19-Jun-07 8:41 
GeneralRe: Unhandled win32 exception? Pin
simoncoul19-Jun-07 8:50
simoncoul19-Jun-07 8:50 
GeneralRe: Unhandled win32 exception? Pin
Mark Salsbery19-Jun-07 8:54
Mark Salsbery19-Jun-07 8:54 
GeneralRe: Unhandled win32 exception? Pin
simoncoul19-Jun-07 9:15
simoncoul19-Jun-07 9:15 
alrite I enable that and it's pointing me to this

n0_L=new double [N+2];

but I don't see what would be wrong about that, it declared like this
double *n0_L;

And at the end of the function that uses that value I have
delete [] n0_L;

and N is the value I need and I added 2 just to be sure I don't over write anything and it only holds no more then 40 numbers.

Thanks
GeneralRe: Unhandled win32 exception? Pin
simoncoul19-Jun-07 9:19
simoncoul19-Jun-07 9:19 
GeneralRe: Unhandled win32 exception? Pin
Mark Salsbery19-Jun-07 9:27
Mark Salsbery19-Jun-07 9:27 
GeneralRe: Unhandled win32 exception? Pin
simoncoul19-Jun-07 9:32
simoncoul19-Jun-07 9:32 
GeneralRe: Unhandled win32 exception? Pin
Mark Salsbery19-Jun-07 9:40
Mark Salsbery19-Jun-07 9:40 
GeneralRe: Unhandled win32 exception? Pin
Mark Salsbery19-Jun-07 9:30
Mark Salsbery19-Jun-07 9:30 
GeneralRe: Unhandled win32 exception? Pin
simoncoul19-Jun-07 9:44
simoncoul19-Jun-07 9:44 
AnswerRe: Unhandled win32 exception? Pin
Stephen Hewitt19-Jun-07 16:42
Stephen Hewitt19-Jun-07 16:42 
QuestionIntervals of three Pin
Programm3r19-Jun-07 6:06
Programm3r19-Jun-07 6:06 
AnswerRe: Intervals of three Pin
David Crow19-Jun-07 6:08
David Crow19-Jun-07 6:08 
GeneralRe: Intervals of three Pin
Programm3r19-Jun-07 6:12
Programm3r19-Jun-07 6:12 
QuestionRe: Intervals of three Pin
Programm3r19-Jun-07 6:28
Programm3r19-Jun-07 6:28 
AnswerRe: Intervals of three Pin
David Crow19-Jun-07 6:38
David Crow19-Jun-07 6:38 
QuestionRe: Intervals of three {MOD} Pin
Programm3r19-Jun-07 7:25
Programm3r19-Jun-07 7:25 
AnswerRe: Intervals of three {MOD} Pin
David Crow19-Jun-07 7:48
David Crow19-Jun-07 7:48 
GeneralRe: Intervals of three {MOD} Pin
Programm3r19-Jun-07 7:56
Programm3r19-Jun-07 7:56 
AnswerRe: Intervals of three Pin
Iain Clarke, Warrior Programmer19-Jun-07 6:09
Iain Clarke, Warrior Programmer19-Jun-07 6:09 
QuestionRe: Intervals of three Pin
David Crow19-Jun-07 6:12
David Crow19-Jun-07 6:12 

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.