Access violation reading location 0x00000000 là lỗi gì năm 2024

Đề bài : Lập một mảng 2 chiều m dòng , n cột . Giá trị của mỗi ô là từ 0 đến m*n . Hãy in các trường hợp tổng các dòng bằng nhau .

Ví dụ mảng x y x a b c

thì x+y+z = a+b+c

Bài làm của mình như thế này [ đã bỏ những thứ không ảnh hưởng đến lỗi đi ]

PHP Code:

`

include int sodng,socot;

int i,c,dem=0; int **a;int different[int c ,int dong ,int cot] { return 1; } void in[] {

for[

int dong=0;dong { > int buff[2]; > for[int i = 0; i < 8; ++i] > { > buff[i] = 0; > } > }

Basically, I blew the stack here Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com Convenience and productivity tools for Microsoft Visual Studio: FeinWindows - replacement windows manager for Visual Studio, and more...

- December 13th, 2006, 03:03 PM

Re: Access violation reading location 0x00000000

Originally Posted by Marc G

Are you sure you are checking the call stack of the correct thread in your application? In the Visual Studio debugger, open the window with all the threads and check that.

Hey Marc, since he's got a 00000000[] in a call stack - he's there all right... Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com Convenience and productivity tools for Microsoft Visual Studio: FeinWindows - replacement windows manager for Visual Studio, and more...

December 14th, 2006, 02:36 AM

Re: Access violation reading location 0x00000000

Any suggestions to how I can find the problem? The application is quite big, going through all classes would take some time.

Chủ Đề