關於動態宣告的問題 |
答題得分者是:GeorgeKu
|
vengeance
一般會員 發表:9 回覆:11 積分:4 註冊:2004-05-31 發送簡訊給我 |
void __fastcall TForm1::Button1Click(TObject *Sender)
{
FILE *fptr,*optr;
unsigned short int **temp,**Rtemp,**Gtemp,**Btemp;
temp=new unsigned short int*[2462];
for(int i=0;i<2462;i )
temp[i]=new unsigned short int[3362];
Rtemp=new unsigned short int*[2462];
for(int i=0;i<2462;i )
temp[i]=new unsigned short int[3362];
Gtemp=new unsigned short int*[2462];
for(int i=0;i<2462;i )
temp[i]=new unsigned short int[3362];
Btemp=new unsigned short int*[2462];
for(int i=0;i<2462;i )
temp[i]=new unsigned short int[3362];
for(int i=0;i<2462;i )
{
for(int j=0;j<3362;j ){
temp[i][j]=0;
Rtemp[i][j]=0;
Gtemp[i][j]=0;
Btemp[i][j]=0;
}
} 問題是只要讀取Rtemp,Gtemp,Btemp的值就會發生
Access violation at address 00401B1B 的錯誤 WHY? 一年當五年用
------
一年當五年用 |
GeorgeKu
中階會員 發表:1 回覆:120 積分:74 註冊:2004-10-13 發送簡訊給我 |
|
vengeance
一般會員 發表:9 回覆:11 積分:4 註冊:2004-05-31 發送簡訊給我 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |