Re: Please help me, i got message Assertation falure line 47 _block_type_is_valid(phead->nBlockType) with following code
- From: David Wilkinson <no-reply@xxxxxxxxxxxx>
- Date: Fri, 24 Feb 2006 16:46:29 -0500
usman911@xxxxxxxxx wrote:
//goal: to make a 2 dimentional dynamic array and use it in matrix
multiplication plz help me, //i am using VC++
#include<iostream.h>
[snip]
Don't use <iostream.h>, use <iostream>.
When you get an assertion failure, attach the debugger (if you are not running under it) and follow the call stack to the place in YOUR code that caused this assertion. The error is not in dbgdl.cpp!
David Wilkinson
.
- References:
- Prev by Date: Re: Please help me, i got message Assertation falure line 47 _block_type_is_valid(phead->nBlockType) with following code
- Next by Date: Re: pointer conventions
- Previous by thread: Re: Please help me, i got message Assertation falure line 47 _block_type_is_valid(phead->nBlockType) with following code
- Next by thread: Re: Please help me, i got message Assertation falure line 47 _block_type_is_valid(phead->nBlockType) with following code
- Index(es):
Relevant Pages
|