What is a 2D pointer and how memory of image is assign to it?

Status
Not open for further replies.

naresh850

Full Member level 3
Joined
Jun 9, 2006
Messages
157
Helped
6
Reputation
12
Reaction score
4
Trophy points
1,298
Activity points
2,249
Hello,

What is 2D pointer?
How memory of 320x288 image size is assign to it?

Regards
 

2D pointer

unsigned char**p;

*p is a pointer array pints to an array of pixels
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…